[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:
Gliniak
2024-08-31 21:46:43 +02:00
parent 94473eda19
commit 4452e300ac
5 changed files with 9 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ DEFINE_uint32(apu_max_queued_frames, 8,
"delay. Lowering this value might cause performance issues. "
"Value range: [4-64]",
"APU");
UPDATE_from_uint32(apu_max_queued_frames, 2024, 8, 31, 20, 64);
namespace xe {
namespace apu {