diff options
author | Mike Pavone <pavone@retrodev.com> | 2018-12-30 21:19:26 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2018-12-30 21:19:26 -0800 |
commit | 9ada0716b82722c83d463d87ce9a5dacff349262 (patch) | |
tree | 660ea2caaedac14fdcfeff2f5b3c80c9545e5530 /default.cfg | |
parent | bef22a39e5abd914eb0fa08b994186a588ee94ce (diff) |
Switched default sync source back to audio as the video option is not ready for prime timeop
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.cfg b/default.cfg index 9236732..e976e76 100644 --- a/default.cfg +++ b/default.cfg @@ -204,7 +204,7 @@ 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 + sync_source audio #set this to random to debug initialization bugs ram_init zero default_region U |