mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-26 12:59:18 +01:00
Revert SDL_gamecontrollerdb.h and sort_controllers.py from bug 4024
This commit is contained in:
parent
d984f323fc
commit
adabfdc0c5
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@ def save_controller(line):
|
||||
bindings = sorted(match.group(4).split(","))
|
||||
if (bindings[0] == ""):
|
||||
bindings.pop(0)
|
||||
entry.extend(",".join(bindings))
|
||||
entry.extend(",".join(bindings) + ",")
|
||||
entry.append(match.group(5))
|
||||
controllers.append(entry)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user