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=3326b697840575793e9bc671620762833bd2c2cb;hb=ddc0a02a811034532a8e013c14091b61a89439ba;hpb=55b0eeea6028e00741e620d28ab3211c49b8515f diff --git a/frontend/menu.h b/frontend/menu.h index 3326b697..17163ec1 100644 --- a/frontend/menu.h +++ b/frontend/menu.h @@ -4,6 +4,7 @@ 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, @@ -13,4 +14,6 @@ enum opts { OPT_TSGUN_NOTRIGGER = 1 << 4, }; -extern int g_opts, analog_deadzone; +extern int g_opts; +extern int soft_scaling, analog_deadzone; +extern int filter;