X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.h;h=16f85a903ff767452d240295c4cb94dc97b85a1b;hp=e7e0aa8e6d5d4ad6c0a2b738ad6524ba2cf2db2b;hb=62d7fa9555924ab8e152b546711d27add640b102;hpb=bd6267e616cc4966fadf971019fe15db2469e97d diff --git a/frontend/menu.h b/frontend/menu.h index e7e0aa8e..16f85a90 100644 --- a/frontend/menu.h +++ b/frontend/menu.h @@ -1,12 +1,17 @@ void menu_init(void); void menu_prepare_emu(void); void menu_loop(void); +void menu_finish(void); 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, + OPT_TSGUN_NOTRIGGER = 1 << 4, }; extern int g_opts; +extern int analog_deadzone;