From 709d49883a1311dfa8c5b5b823f3a85c0dd848d5 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 9 Apr 2025 02:16:06 +0300 Subject: [PATCH] libretro: revise the psxclock text again notaz/pcsx_rearmed#362 --- 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 ce8a0ce8..0fd5c177 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -229,7 +229,7 @@ struct retro_core_option_v2_definition option_defs_us[] = { "pcsx_rearmed_psxclock", "PSX CPU Clock Speed (%)", NULL, - "Overclock or under-clock the PSX CPU. The value has to be lower than 100 because of some slowdowns (cache misses, hw access penalties, etc.) that are not emulated. Try adjusting this if the game is too slow, too fast or hangs.", + "Overclock or under-clock the PSX CPU. Should be much less than 100 (something like 57) due to some real hardware slowdowns not being emulated. Usually should be left at 'Auto', else glitches or hangs are likely.", NULL, "system", { -- 2.39.5