X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=frontend%2Flibretro_core_options.h;h=40aebb44f7e8cf35db673482e5ab5b029292fb0e;hb=c1a850c86c0f569ebc4570b6b94a3e5b08ccb575;hp=95544f09bfa7fcf90a35f2d7da6f819c56d33710;hpb=b76bab8002d203f74e854072b6964138ede0a967;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 */ {