Skip to content

Commit efc316a

Browse files
committed
remove dinput for orange pi
1 parent ba008bc commit efc316a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hhd/device/orange_pi/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ def controller_loop(
104104
# name=["Generic X-Box pad"],
105105
capabilities={EC("EV_KEY"): [EC("BTN_A")]},
106106
required=True,
107-
axis_map=DINPUT_AXIS_MAP,
107+
# axis_map=DINPUT_AXIS_MAP,
108108
hide=True,
109-
postprocess=DINPUT_AXIS_POSTPROCESS,
109+
# postprocess=DINPUT_AXIS_POSTPROCESS,
110110
)
111111

112112
d_kbd_1 = GenericGamepadEvdev(

0 commit comments

Comments
 (0)