From bd6267e616cc4966fadf971019fe15db2469e97d Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 25 Dec 2010 02:52:55 +0200 Subject: menu: add most options --- frontend/menu.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'frontend/menu.h') diff --git a/frontend/menu.h b/frontend/menu.h index 67beef2..e7e0aa8 100644 --- a/frontend/menu.h +++ b/frontend/menu.h @@ -2,4 +2,11 @@ void menu_init(void); void menu_prepare_emu(void); void menu_loop(void); -void menu_notify_mode_change(int w, int h); +void menu_notify_mode_change(int w, int h, int bpp); + +enum opts { + OPT_SHOWFPS = 1 << 0, + OPT_SHOWCPU = 1 << 1, +}; + +extern int g_opts; -- cgit v1.2.3