diff controller_info.h @ 1603:c0727712d529

Read extral SDL2 mappings on startup from controller_types.cfg
author Michael Pavone <pavone@retrodev.com>
date Tue, 31 Jul 2018 23:08:52 -0700
parents 7f39c40b4b25
children 419a0a133b5c
line wrap: on
line diff
--- a/controller_info.h	Tue Jul 31 22:19:56 2018 -0700
+++ b/controller_info.h	Tue Jul 31 23:08:52 2018 -0700
@@ -45,5 +45,6 @@
 const char *get_axis_label(controller_info *info, int axis);
 void save_controller_info(int joystick, controller_info *info);
 void save_controller_mapping(int joystick, char *mapping_string);
+void controller_add_mappings(void);
 
 #endif //CONTROLLER_INFO_H_
\ No newline at end of file