From fcb0dcce813d99f6f9b873a4b238765f33a2afd2 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 30 Jul 2018 09:38:01 -0700 Subject: WIP UI for creating an SDL2 mapping for controllers that don't have one --- controller_info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'controller_info.h') diff --git a/controller_info.h b/controller_info.h index 60ff38d..51f8891 100644 --- a/controller_info.h +++ b/controller_info.h @@ -44,5 +44,6 @@ controller_info get_controller_info(int index); 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); #endif //CONTROLLER_INFO_H_ \ No newline at end of file -- cgit v1.2.3