X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fmenu.c;h=d8dd50c96795dd4f7bf5cab971a2febc0fe40e60;hb=645ec129e3fd76b303e67049f1c3ffe01ffc8e0e;hp=bc22e1e88959f6084b4b70b73a7896fb938f7f94;hpb=d90f5bd7488f5e5f41fd091fe05c1d67eccc276d;p=picodrive.git diff --git a/platform/common/menu.c b/platform/common/menu.c index bc22e1e..d8dd50c 100644 --- a/platform/common/menu.c +++ b/platform/common/menu.c @@ -1495,6 +1495,7 @@ static menu_entry e_menu_gfx_options[] = { mee_cust ("Renderer", MA_OPT_RENDERER, mh_opt_render, mgn_opt_renderer), mee_range_cust("Scaling", MA_OPT_SCALING, currentConfig.scaling, 0, 3, mgn_opt_scaling), + mee_onoff ("Tearing Fix", MA_OPT_TEARING_FIX, currentConfig.EmuOpt, EOPT_WIZ_TEAR_FIX), mee_range_cust("Gamma correction", MA_OPT2_GAMMA, currentConfig.gamma, 1, 300, mgn_aopt_gamma), mee_onoff ("A_SN's gamma curve", MA_OPT2_A_SN_GAMMA, currentConfig.EmuOpt, EOPT_A_SN_GAMMA), mee_onoff ("Perfect vsync", MA_OPT2_VSYNC, currentConfig.EmuOpt, EOPT_PSYNC),