comparison default.cfg @ 1548:94ba407a5ec1

Allow MegaWiFi support to be toggled in config file. Defaults to off due to security concerns
author Michael Pavone <pavone@retrodev.com>
date Mon, 26 Mar 2018 22:13:22 -0700
parents 78b7fc03c7c6
children d14490dee01f
comparison
equal deleted inserted replaced
1547:cb12667aa83e 1548:94ba407a5ec1
228 } 228 }
229 229
230 system { 230 system {
231 ram_init zero 231 ram_init zero
232 default_region U 232 default_region U
233 } 233 #controls whether MegaWiFi support is enabled or not
234 234 #MegaWiFi allows ROMs to make connections to the internet
235 235 #so it should only be enabled for ROMs you trust
236 megawifi off
237 }
238
239