X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.h;h=3c09abe17b8e9047d98bd31afc0bb24668b5a61a;hp=221be15c6edc5c862499a832283715b95dc6cf38;hb=cc56203b76e1fcef2c7e55b460daf07e654a1547;hpb=0e2e3f498456d1175916ecd69d0a9e80e701e760 diff --git a/frontend/menu.h b/frontend/menu.h index 221be15c..3c09abe1 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,7 +27,7 @@ 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;