perf: Adjust PS core CPU clock
This commit is contained in:
parent
a05dea83e9
commit
586cee0ed3
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
minarch_cpu_speed = Performance
|
||||
|
||||
pcsx_rearmed_psxclock = 80
|
||||
-pcsx_rearmed_display_internal_fps = disabled
|
||||
-pcsx_rearmed_show_input_settings = disabled
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ enum {
|
|||
// default frontend options
|
||||
static int screen_scaling = SCALE_ASPECT; // aspect
|
||||
static int show_scanlines = 0;
|
||||
static int optimize_text = 1;
|
||||
static int optimize_text = 0;
|
||||
static int prevent_tearing = 1; // lenient
|
||||
static int show_debug = 0;
|
||||
static int max_ff_speed = 3; // 4x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue