aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/menu.h')
-rw-r--r--frontend/menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/menu.h b/frontend/menu.h
index 7fb85b3..d8aa892 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;