From dd924a50c3d15f3fed051abfb2b65ad56d111e82 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 3 Apr 2025 01:00:12 +0300 Subject: [PATCH] libretro: remove outdated text --- frontend/libretro_core_options.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/frontend/libretro_core_options.h b/frontend/libretro_core_options.h index de65b475..ce8a0ce8 100644 --- a/frontend/libretro_core_options.h +++ b/frontend/libretro_core_options.h @@ -229,13 +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." -#if defined(HAVE_PRE_ARMV7) && !defined(_3DS) - " Default is 50." -#else - " Default is 57." -#endif - , + "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.", NULL, "system", { -- 2.39.5