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=221be15c6edc5c862499a832283715b95dc6cf38;hb=578c68827e20b1e4c0a1a6352dd4a74ab3d05ef2;hpb=2857d72e4ca743bba3cf55e298949e24d97dff02 diff --git a/frontend/menu.h b/frontend/menu.h index 221be15c..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, @@ -28,9 +27,9 @@ enum g_soft_filter_opts { SOFT_FILTER_EAGLE2X, }; -extern int g_opts, g_scaler; +extern int g_opts, g_scaler, g_gamma; extern int soft_scaling, analog_deadzone; -extern int filter, soft_filter; +extern int soft_filter; extern int g_menuscreen_w; extern int g_menuscreen_h;