merge from libretro fork
[pcsx_rearmed.git] / frontend / menu.h
index 9defc1e..8f5acda 100644 (file)
@@ -1,5 +1,8 @@
+#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);
 
@@ -35,3 +38,5 @@ extern int soft_filter;
 
 extern int g_menuscreen_w;
 extern int g_menuscreen_h;
+
+#endif /* __MENU_H__ */