mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-20 00:31:44 +00:00
Fixed sort_controllers.py and resorted game controller database
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user