perf: Adjust PS core CPU clock

This commit is contained in:
robshape 2023-05-18 22:11:39 +02:00
parent a05dea83e9
commit 586cee0ed3
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
minarch_cpu_speed = Performance
pcsx_rearmed_psxclock = 80 pcsx_rearmed_psxclock = 80
-pcsx_rearmed_display_internal_fps = disabled -pcsx_rearmed_display_internal_fps = disabled
-pcsx_rearmed_show_input_settings = disabled -pcsx_rearmed_show_input_settings = disabled

View file

@ -36,7 +36,7 @@ enum {
// default frontend options // default frontend options
static int screen_scaling = SCALE_ASPECT; // aspect static int screen_scaling = SCALE_ASPECT; // aspect
static int show_scanlines = 0; static int show_scanlines = 0;
static int optimize_text = 1; static int optimize_text = 0;
static int prevent_tearing = 1; // lenient static int prevent_tearing = 1; // lenient
static int show_debug = 0; static int show_debug = 0;
static int max_ff_speed = 3; // 4x static int max_ff_speed = 3; // 4x