5 void menu_prepare_emu(void);
7 void menu_finish(void);
9 void menu_notify_mode_change(int w, int h, int bpp);
10 int menu_load_config(int is_game);
15 OPT_NO_FRAMELIM = 1 << 2,
17 OPT_TSGUN_NOTRIGGER = 1 << 4,
30 enum g_soft_filter_opts {
36 extern int g_opts, g_scaler, g_gamma;
37 extern int scanlines, scanline_level;
38 extern int soft_scaling, analog_deadzone;
39 extern int soft_filter;
41 extern int g_menuscreen_w;
42 extern int g_menuscreen_h;
44 #endif /* __MENU_H__ */