cdrom: change pause timing again
[pcsx_rearmed.git] / frontend / menu.h
index 9defc1e..9d60e88 100644 (file)
@@ -1,9 +1,13 @@
+#ifndef __MENU_H__
+#define __MENU_H__
+
 void menu_init(void);
-void menu_prepare_emu(int ndrc_config_changed);
+void menu_prepare_emu(void);
 void menu_loop(void);
 void menu_finish(void);
 
 void menu_notify_mode_change(int w, int h, int bpp);
+int  menu_load_config(int is_game);
 
 enum g_opts_opts {
        OPT_SHOWFPS = 1 << 0,
@@ -35,3 +39,5 @@ extern int soft_filter;
 
 extern int g_menuscreen_w;
 extern int g_menuscreen_h;
+
+#endif /* __MENU_H__ */