diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-04-17 23:05:08 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-04-17 23:05:08 -0700 |
commit | b1bb81b29842c6a1f8de7d65f99867bf371901d5 (patch) | |
tree | 11883624b86357c449ee14528595fb902390ae1e /default.cfg | |
parent | 8f996d10f66a6f292598b42d204e8dfc6baa2745 (diff) |
Add sync_source to default.cfg and the Nuklear UI
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
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 |