X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro_core_options.h;h=5ec62f4b915f2ad39d68bc6e35bfb127407ec827;hb=606bece1f0e8aaf037a2abc0247059dcf9ad382c;hp=60832742be2e662bfd076624abbf9e20e115724c;hpb=d6a231b7c91ec99ddacfb2538ae8dc1286b10b82;p=pcsx_rearmed.git diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 60832742..5ec62f4b 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -439,12 +439,13 @@ struct retro_core_option_v2_definition option_defs_us[] = { "pcsx_rearmed_screen_centering", "(GPU) Screen centering", NULL, - "The PSX has a feature allowing it to shift the image position on screen. Some (mostly PAL) games used this feature in a strange way making the image miscentered and causing borders to appear. With 'Auto' the emulator tries to correct this miscentering automatically. 'Game-controlled' uses the settings supplied by the game. 'Manual' allows to override those values with the settings below.", + "The PSX has a feature allowing it to shift the image position on screen. Some (mostly PAL) games used this feature in a strange way making the image miscentered and causing uneven borders to appear. With 'Auto' the emulator tries to correct this miscentering automatically. 'Game-controlled' uses the settings supplied by the game. 'Manual' allows to override those values with the settings below.", NULL, "video", { { "auto", "Auto" }, { "game", "Game-controlled" }, + { "borderless", "Borderless" }, { "manual", "Manual" }, { NULL, NULL }, }, @@ -1576,13 +1577,18 @@ struct retro_core_option_v2_definition option_defs_us[] = { }, "disabled", }, +#endif /* !DRC_DISABLE && !LIGHTREC */ { "pcsx_rearmed_nostalls", - "(Speed Hack) Disable CPU/GTE Stalls", "Disable CPU/GTE Stalls", - "Will cause some games to run too quickly.", NULL, - "speed_hack", + "Will cause some games to run too quickly." +#if defined(LIGHTREC) + " Interpreter only." +#endif + , + NULL, + "compat_hack", { { "disabled", NULL }, { "enabled", NULL }, @@ -1590,7 +1596,6 @@ struct retro_core_option_v2_definition option_defs_us[] = { }, "disabled", }, -#endif /* !DRC_DISABLE && !LIGHTREC */ { NULL, NULL, NULL, NULL, NULL, NULL, {{0}}, NULL }, };