Fixed a bug to allow rumble values 255. /JL

This commit is contained in:
2025-04-20 22:47:18 +02:00
parent 4adc27aec5
commit 8cba42f903
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ from .xbox_series_x_controller import XboxSeriesXController
from .generic_controller import GenericController
from .logitech_dual_action_controller import LogitechDualActionController
__version__ = "0.1.2"
__version__ = "0.1.3"
CONTROLLERS = {
"DualSense Wireless Controller": DualSenseController,