X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.h;h=7f366df6ce848be8cb9b6e797755db4f23266413;hp=7fb85b3e6811a7da5a8d675e0e8d59766d11d354;hb=a72ac8031937bb80f36e9392d07724a954995029;hpb=201c21e2ad6be25a4b843d1434eabb432ce72884 diff --git a/frontend/menu.h b/frontend/menu.h index 7fb85b3e..7f366df6 100644 --- a/frontend/menu.h +++ b/frontend/menu.h @@ -8,6 +8,10 @@ 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 soft_scaling, analog_deadzone;