[Emulator] Changed default config values for:
- mount_cache: false -> true - framerate_limit: 60 -> 0 - font_size: 12 -> 14 - apu_max_queued_frames: 64 -> 8
This commit is contained in:
@@ -20,10 +20,11 @@ DEFINE_path(
|
||||
|
||||
DEFINE_bool(vsync, true, "Enable VSYNC.", "GPU");
|
||||
|
||||
DEFINE_uint64(framerate_limit, 60,
|
||||
DEFINE_uint64(framerate_limit, 0,
|
||||
"Maximum frames per second. 0 = Unlimited frames.\n"
|
||||
"Defaults to 60, when set to 0, and VSYNC is enabled.",
|
||||
"GPU");
|
||||
UPDATE_from_uint64(framerate_limit, 2024, 8, 31, 20, 60);
|
||||
|
||||
DEFINE_bool(
|
||||
gpu_allow_invalid_fetch_constants, true,
|
||||
|
||||
Reference in New Issue
Block a user