From b1bb81b29842c6a1f8de7d65f99867bf371901d5 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 17 Apr 2018 23:05:08 -0700 Subject: Add sync_source to default.cfg and the Nuklear UI --- default.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'default.cfg') diff --git a/default.cfg b/default.cfg index e09e747..3fc95b3 100644 --- a/default.cfg +++ b/default.cfg @@ -228,6 +228,11 @@ ui { } system { + #controls how the emulated system is synced to the host + #video provides the smoothest experience when the host and emulated system have similar refresh rates + #audio provides lower audio latency, especially when there is a refresh rate mismatch + sync_source video + #set this to random to debug initialization bugs ram_init zero default_region U #controls whether MegaWiFi support is enabled or not -- cgit v1.2.3