From 712c58391dae64e3c33a5f676adf2c48e7ddcb7c Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Fri, 21 Oct 2022 05:37:26 -0300 Subject: [PATCH] chore(config): change defaults in config.toml --- example.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example.toml b/example.toml index 8e11b86..74a88a8 100644 --- a/example.toml +++ b/example.toml @@ -1,7 +1,7 @@ [Host] # Using nearest-neighbour scaling, how many times the native resolution # of the game bow should the screen be? -win_scale = 4 +win_scale = 3 # Enable VSYNC on the UI thread vsync = true # Mute ZBA @@ -9,9 +9,9 @@ mute = false [Guest] # Sync Emulation to Audio -audio_sync = false +audio_sync = true # Sync Emulation to Video -video_sync = false +video_sync = true # Force RTC support force_rtc = false # Skip BIOS