X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.h;h=d8aa8921b412aef46fe8ab8014d5cf9fbf6e236c;hp=7fb85b3e6811a7da5a8d675e0e8d59766d11d354;hb=bce6b05695beb988b607eb1dd82c27c1ed841faa;hpb=7947ab550d7e0bf2964e479429b6f7251ae46bcf diff --git a/frontend/menu.h b/frontend/menu.h index 7fb85b3e..d8aa8921 100644 --- a/frontend/menu.h +++ b/frontend/menu.h @@ -8,6 +8,7 @@ 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, }; extern int g_opts;