summaryrefslogtreecommitdiff
path: root/controller_info.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-11-30 00:35:05 -0800
committerMichael Pavone <pavone@retrodev.com>2018-11-30 00:35:05 -0800
commit8bbaa2d21379e777584ed1367bdcc60c575bdece (patch)
treeeb6ac4e61e74c0ab4fb7de1675d63c9eb2f2fa17 /controller_info.h
parentf001120e88e9e148e46677c731754cdcf1e1b6fd (diff)
Added code for actually saving new controller bindings to an appropriate key in the config file
Diffstat (limited to 'controller_info.h')
-rw-r--r--controller_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller_info.h b/controller_info.h
index a5b55b3..e837467 100644
--- a/controller_info.h
+++ b/controller_info.h
@@ -47,5 +47,6 @@ void save_controller_info(int joystick, controller_info *info);
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