Fixed sort_controllers.py and resorted game controller database

This commit is contained in:
Sam Lantinga 2023-02-02 08:38:22 -08:00
parent d29e1f3632
commit 917607c335
2 changed files with 3 additions and 3 deletions

View file

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