frontend: add chan display option, for fun mostly
[pcsx_rearmed.git] / frontend / menu.h
index 7fb85b3..7e401a3 100644 (file)
@@ -8,6 +8,8 @@ void menu_notify_mode_change(int w, int h, int bpp);
 enum opts {
        OPT_SHOWFPS = 1 << 0,
        OPT_SHOWCPU = 1 << 1,
+       OPT_NO_FRAMELIM = 1 << 2,
+       OPT_SHOWSPU = 1 << 3,
 };
 
 extern int g_opts;