X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmenu.h;h=17163ec1e3a27e2fa40744fef524cd4fa67f8043;hb=4df9f5f8e575c499371f28e86eff265e8dd96291;hp=1635146ffb9a6169f394601ece350bfb446a4f5b;hpb=4c08b9e7dd350a48fc3e0515913d6ccc8b15e5ae;p=pcsx_rearmed.git diff --git a/frontend/menu.h b/frontend/menu.h index 1635146f..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, @@ -14,3 +15,5 @@ enum opts { }; extern int g_opts; +extern int soft_scaling, analog_deadzone; +extern int filter;