[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:
@@ -90,7 +90,9 @@ DEFINE_path(
|
||||
"Storage");
|
||||
|
||||
DEFINE_bool(mount_scratch, false, "Enable scratch mount", "Storage");
|
||||
DEFINE_bool(mount_cache, false, "Enable cache mount", "Storage");
|
||||
|
||||
DEFINE_bool(mount_cache, true, "Enable cache mount", "Storage");
|
||||
UPDATE_from_bool(mount_cache, 2024, 8, 31, 20, false);
|
||||
|
||||
DEFINE_transient_path(target, "",
|
||||
"Specifies the target .xex or .iso to execute.",
|
||||
|
||||
Reference in New Issue
Block a user