From: gameblabla Date: Sat, 2 Oct 2021 16:23:49 +0000 (+0200) Subject: Fix comment to be more precise about lightrec's status. X-Git-Tag: r24l~555^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d70a22d15f6b7349b4d07afe90029c1c10a847d9;hp=-c;p=pcsx_rearmed.git Fix comment to be more precise about lightrec's status. --- d70a22d15f6b7349b4d07afe90029c1c10a847d9 diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index f3d68b68..6a754cf8 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -901,7 +901,7 @@ struct retro_core_option_definition option_defs_us[] = { { "pcsx_rearmed_icache_emulation", "Instruction Cache emulation", - "Enables or disables instruction cache emulation. Slower, but more accurate. Fails to run Spyro 2 PAL. This allows you to run F1 2001, Formula One Arcade, F1 99 and other games that may need instruction cache emulation. Interpreter/Lightrec only, does nothing on the ARMv7 backend.", + "Enables or disables instruction cache emulation. Slower, but more accurate. Fails to run Spyro 2 PAL. This allows you to run F1 2001, Formula One Arcade, F1 99 and other games that may need instruction cache emulation. Interpreter only and partial on lightrec, does nothing on the ARMv7 backend.", { { "disabled", NULL }, { "enabled", NULL },