Skip to content

Commit a57aeb7

Browse files
committed
fix noob mode on sd emulation
1 parent 27f6b73 commit a57aeb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hhd/plugins/outputs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def get_outputs(
136136
)
137137
producers.append(d)
138138
consumers.append(d)
139+
noob_mode = conf.get("hori_steam.noob_mode", False)
139140
has_qam = True
140141
case "uinput" | "xbox_elite" | "joycon_pair" | "hori_steam":
141142
Dualsense.close_cached()

0 commit comments

Comments
 (0)