aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.h')
-rw-r--r--frontend/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/main.h b/frontend/main.h
index 44c1b6a..7e5dc47 100644
--- a/frontend/main.h
+++ b/frontend/main.h
@@ -42,7 +42,7 @@ int emu_core_preinit(void);
int emu_core_init(void);
void emu_set_default_config(void);
-void emu_on_new_cd(void);
+void emu_on_new_cd(int show_hud_msg);
int get_state_filename(char *buf, int size, int i);
int emu_check_state(int slot);