Revert SDL_gamecontrollerdb.h and sort_controllers.py from bug 4024

Sylvain Becker 2019-01-21 20:49:08 +01:00
parent d984f323fc
commit adabfdc0c5
2 changed files with 550 additions and 550 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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)