comparison 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
comparison
equal deleted inserted replaced
1567:66387b1645e4 1568:d14490dee01f
226 #specifies the preferred save-state format, set to gst for Genecyst compatible states 226 #specifies the preferred save-state format, set to gst for Genecyst compatible states
227 state_format native 227 state_format native
228 } 228 }
229 229
230 system { 230 system {
231 #controls how the emulated system is synced to the host
232 #video provides the smoothest experience when the host and emulated system have similar refresh rates
233 #audio provides lower audio latency, especially when there is a refresh rate mismatch
234 sync_source video
235 #set this to random to debug initialization bugs
231 ram_init zero 236 ram_init zero
232 default_region U 237 default_region U
233 #controls whether MegaWiFi support is enabled or not 238 #controls whether MegaWiFi support is enabled or not
234 #MegaWiFi allows ROMs to make connections to the internet 239 #MegaWiFi allows ROMs to make connections to the internet
235 #so it should only be enabled for ROMs you trust 240 #so it should only be enabled for ROMs you trust