Added Logitech Rumblepad 2. /JL
Some checks failed
Run Controller Tests / test (push) Has been cancelled

This commit is contained in:
2025-05-13 14:01:01 +02:00
parent ad3214dd23
commit 73fecc1904
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import pygame
from . import globals
__version__ = "0.2.6"
__version__ = "0.2.7"
class Controllers:
def __init__(self, joy):

View File

@@ -202,7 +202,7 @@ def init():
"Logitech Dual Action",
"Logitech Cordless Rumblepad 2"
],
"class": CONTROLLERS["Logitech Dual Action"]
"class": CONTROLLERS["Logitech Rumblepad 2"]
}
]
}