menu: implement savestates and scaling cfg
[pcsx_rearmed.git] / frontend / menu.h
diff --git a/frontend/menu.h b/frontend/menu.h
new file mode 100644 (file)
index 0000000..67beef2
--- /dev/null
@@ -0,0 +1,5 @@
+void menu_init(void);
+void menu_prepare_emu(void);
+void menu_loop(void);
+
+void menu_notify_mode_change(int w, int h);