X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.h;h=0d68469e87d4c8b15c762258418b932262383f90;hp=2062acdf6e220b625d89ebd70ad7d119c9499b52;hb=578c68827e20b1e4c0a1a6352dd4a74ab3d05ef2;hpb=84365ca2e1751440f0af970abd3b8517ae97a055 diff --git a/frontend/menu.h b/frontend/menu.h index 2062acdf..0d68469e 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,15 @@ 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 soft_filter; extern int g_menuscreen_w; extern int g_menuscreen_h;