X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=40aebb44f7e8cf35db673482e5ab5b029292fb0e;hb=a4f3ff6ad0d3e2edf8b8f519a1635450c0594394;hp=95544f09bfa7fcf90a35f2d7da6f819c56d33710;hpb=399a33fe36f8a777cd64dbbad7f3fa022360a5e6;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 95544f09..40aebb44 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -937,7 +937,7 @@ struct retro_core_option_definition option_defs_us[] = { { "enabled", NULL }, { NULL, NULL}, }, - "enabled", + "disabled", }, { "pcsx_rearmed_gpu_unai_ilace_force", @@ -961,6 +961,17 @@ struct retro_core_option_definition option_defs_us[] = { }, "disabled", }, + { + "pcsx_rearmed_gpu_unai_scale_hires", + "(GPU) Enable Hi-Res Downscaling", + "When enabled, will scale hi-res modes to 320x240, skipping unrendered pixels.", + { + { "disabled", NULL }, + { "enabled", NULL }, + { NULL, NULL}, + }, + "disabled", + }, #endif /* GPU UNAI Advanced Settings */ {