Skip to content

Commit c9654e3

Browse files
committed
always init sinput to avoid missing button mask
1 parent 4a4bf33 commit c9654e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hhd/controller/virtual/sinput/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def open(self) -> Sequence[int]:
135135
self.last_imu = curr
136136
self.imu_failed = False
137137
self.start = time.perf_counter()
138+
self._prepare_features(False)
138139

139140
logger.info(
140141
f"Starting S-Input controller with RGB={self.enable_rgb}, touchpad={self.enable_touchpad}."

0 commit comments

Comments
 (0)