diff 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
line wrap: on
line diff
--- a/default.cfg	Mon Mar 26 21:39:18 2018 -0700
+++ b/default.cfg	Mon Mar 26 22:13:22 2018 -0700
@@ -230,6 +230,10 @@
 system {
 	ram_init zero
 	default_region U
+	#controls whether MegaWiFi support is enabled or not
+	#MegaWiFi allows ROMs to make connections to the internet
+	#so it should only be enabled for ROMs you trust
+	megawifi off
 }