diff default.cfg @ 1568:d14490dee01f

Add sync_source to default.cfg and the Nuklear UI
author Michael Pavone <pavone@retrodev.com>
date Tue, 17 Apr 2018 23:05:08 -0700
parents 94ba407a5ec1
children 419a0a133b5c
line wrap: on
line diff
--- a/default.cfg	Tue Apr 17 22:26:39 2018 -0700
+++ b/default.cfg	Tue Apr 17 23:05:08 2018 -0700
@@ -228,6 +228,11 @@
 }
 
 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