diff controller_info.h @ 1645:84ef1eb2c96a

Added code for actually saving new controller bindings to an appropriate key in the config file
author Michael Pavone <pavone@retrodev.com>
date Fri, 30 Nov 2018 00:35:05 -0800
parents 419a0a133b5c
children 8a64d86cc362
line wrap: on
line diff
--- a/controller_info.h	Tue Nov 20 01:10:03 2018 -0800
+++ b/controller_info.h	Fri Nov 30 00:35:05 2018 -0800
@@ -47,5 +47,6 @@
 void save_controller_mapping(int joystick, char *mapping_string);
 void controller_add_mappings(void);
 char *make_controller_type_key(controller_info *info);
+char *make_human_readable_type_name(controller_info *info);
 
 #endif //CONTROLLER_INFO_H_
\ No newline at end of file