From 016c6e93f6db684211f5c8b05433cb500715ba50 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 8 Feb 2024 00:26:40 +0200 Subject: [PATCH] libretro: adjust psxclock description libretro/pcsx_rearmed#820 --- frontend/libretro_core_options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index 79688de4..0a5cd4af 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -200,9 +200,9 @@ struct retro_core_option_v2_definition option_defs_us[] = { #endif { "pcsx_rearmed_psxclock", - "PSX CPU Clock Speed", + "PSX CPU Clock Speed (%)", NULL, - "Overclock or under-clock the PSX CPU. Try adjusting this if the game is too slow, too fast or hangs." + "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." #if defined(HAVE_PRE_ARMV7) && !defined(_3DS) " Default is 50." #else -- 2.39.5