X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.h;h=c6c1ab1d46f66264b74ddfb4c435759515d68a20;hp=2062acdf6e220b625d89ebd70ad7d119c9499b52;hb=b2058a5bead44a5b5ecaa903e9bbf3231477fde9;hpb=9e5ac38fda66536f2a9e6dd2a747ae37538c3638 diff --git a/frontend/menu.h b/frontend/menu.h index 2062acdf..c6c1ab1d 100644 --- a/frontend/menu.h +++ b/frontend/menu.h @@ -4,7 +4,6 @@ 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 g_opts_opts { OPT_SHOWFPS = 1 << 0, @@ -22,9 +21,16 @@ enum g_scaler_opts { SCALE_CUSTOM, }; -extern int g_opts, g_scaler; +enum g_soft_filter_opts { + SOFT_FILTER_NONE, + SOFT_FILTER_SCALE2X, + SOFT_FILTER_EAGLE2X, +}; + +extern int g_opts, g_scaler, g_gamma; extern int soft_scaling, analog_deadzone; -extern int filter; +extern int g_use_overlay, g_fullscreen; +extern int filter, soft_filter; extern int g_menuscreen_w; extern int g_menuscreen_h;