Fixed sort_controllers.py and resorted game controller database
This commit is contained in:
parent
d29e1f3632
commit
917607c335
2 changed files with 3 additions and 3 deletions
src/joystick
|
@ -108,7 +108,7 @@ for line in input:
|
|||
else:
|
||||
save_controller(line)
|
||||
else:
|
||||
if (line.startswith("static const char *s_ControllerMappings")):
|
||||
if (line.startswith("static const char *")):
|
||||
parsing_controllers = True
|
||||
|
||||
output.write(line)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue