@@ -1404,8 +1404,8 @@ static menu_entry e_menu_gfx_options[] =
14041404 mee_enum ("Video output mode" , MA_OPT_VOUT_MODE , plat_target .vout_method , men_dummy ),
14051405 mee_onoff ("Fullscreen mode" , MA_OPT_VOUT_FULL , plat_target .vout_fullscreen , 1 ),
14061406 mee_onoff ("Software Scaling" , MA_OPT_SCALER2 , soft_scaling , 1 ),
1407- mee_enum ("Hardware Filter" , MA_OPT_HWFILTER , plat_target .hwfilter , men_dummy ),
14081407 mee_enum_h ("Software Filter" , MA_OPT_SWFILTER , soft_filter , men_soft_filter , h_soft_filter ),
1408+ mee_enum ("Hardware Filter" , MA_OPT_HWFILTER , plat_target .hwfilter , men_dummy ),
14091409#ifdef HAVE_NEON32
14101410 mee_enum ("Scanlines" , MA_OPT_SCANLINES , scanlines , men_scanlines ),
14111411 mee_range_h ("Scanline brightness" , MA_OPT_SCANLINE_LEVEL , scanline_level , 0 , 100 , h_scanline_l ),
@@ -1452,6 +1452,7 @@ static menu_entry e_menu_plugin_gpu_unai[] =
14521452 mee_onoff ("Lighting" , 0 , pl_rearmed_cbs .gpu_unai .lighting , 1 ),
14531453 mee_onoff ("Fast lighting" , 0 , pl_rearmed_cbs .gpu_unai .fast_lighting , 1 ),
14541454 mee_onoff ("Blending" , 0 , pl_rearmed_cbs .gpu_unai .blending , 1 ),
1455+ mee_onoff ("Downscale Hi-Res" , 0 , pl_rearmed_cbs .gpu_unai .scale_hires , 1 ),
14551456 mee_end ,
14561457};
14571458
@@ -2701,7 +2702,7 @@ void menu_init(void)
27012702 me_enable (e_menu_gfx_options , MA_OPT_VSYNC , 0 );
27022703
27032704 me_enable (e_menu_gfx_options , MA_OPT_GAMMA , plat_target .gamma_set != NULL );
2704- #ifdef HAVE_NEON32
2705+ #ifndef HAVE_NEON32
27052706 me_enable (e_menu_gfx_options , MA_OPT_SWFILTER , 0 );
27062707#endif
27072708 me_enable (e_menu_gfx_options , MA_OPT_VARSCALER , MENU_SHOW_VARSCALER );
0 commit comments