summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gui.h b/gui.h
index 27aafe5..aa01e23 100644
--- a/gui.h
+++ b/gui.h
@@ -22,7 +22,7 @@
#define GPSP_CONFIG_FILENAME "gpsp.cfg"
-s32 load_file(u8 **wildcards, u8 *result);
+s32 load_file(const char **wildcards, char *result);
u32 adjust_frameskip(u32 button_id);
s32 load_game_config_file();
s32 load_config_file();
@@ -32,9 +32,9 @@ u32 menu(u16 *original_screen);
extern u32 savestate_slot;
-void get_savestate_filename_noshot(u32 slot, u8 *name_buffer);
-void get_savestate_filename(u32 slot, u8 *name_buffer);
-void get_savestate_snapshot(u8 *savestate_filename);
+void get_savestate_filename_noshot(u32 slot, char *name_buffer);
+void get_savestate_filename(u32 slot, char *name_buffer);
+void get_savestate_snapshot(char *savestate_filename);
#ifdef WIZ_BUILD
#define default_clock_speed 533