X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.h;h=17163ec1e3a27e2fa40744fef524cd4fa67f8043;hp=7fb85b3e6811a7da5a8d675e0e8d59766d11d354;hb=f6edea0ca83c3c415fa338e3c2d9e1f3d99cc228;hpb=201c21e2ad6be25a4b843d1434eabb432ce72884 diff --git a/frontend/menu.h b/frontend/menu.h index 7fb85b3e..17163ec1 100644 --- a/frontend/menu.h +++ b/frontend/menu.h @@ -4,10 +4,16 @@ void menu_loop(void); void menu_finish(void); void menu_notify_mode_change(int w, int h, int bpp); +void menu_set_filter_list(void *filters); 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; +extern int filter;