summaryrefslogtreecommitdiff
path: root/controller_info.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2020-11-09 00:29:47 -0800
committerMichael Pavone <pavone@retrodev.com>2020-11-09 00:29:47 -0800
commit4ddbae8255a0f223846c86b41d8b4e4cdcc1d8e2 (patch)
tree9013ab6232989a3cb8861209e46bbf6a26c6ffa1 /controller_info.h
parent73a30109f67c3d168684ab26f10e9f51df676528 (diff)
Add a UI button to reset config to defaults
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 db1f6ec..eb4badb 100644
--- a/controller_info.h
+++ b/controller_info.h
@@ -47,6 +47,7 @@ const char *get_button_label(controller_info *info, int button);
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 delete_controller_info(void);
void controller_add_mappings(void);
char *make_controller_type_key(controller_info *info);
char *make_human_readable_type_name(controller_info *info);