From d70a22d15f6b7349b4d07afe90029c1c10a847d9 Mon Sep 17 00:00:00 2001 From: gameblabla Date: Sat, 2 Oct 2021 18:23:49 +0200 Subject: [PATCH] Fix comment to be more precise about lightrec's status. --- frontend/libretro_core_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.39.2