summaryrefslogtreecommitdiff
path: root/default.cfg
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-03-26 22:13:22 -0700
committerMichael Pavone <pavone@retrodev.com>2018-03-26 22:13:22 -0700
commit5ad04bb4b52b93ccb33d7d2bf57646f4947b111b (patch)
tree278034b0a55d521b142345cc89003d22631d6343 /default.cfg
parent83d0039a72428b4d58a640dbb6e8b40d437c5fc5 (diff)
Allow MegaWiFi support to be toggled in config file. Defaults to off due to security concerns
Diffstat (limited to 'default.cfg')
-rw-r--r--default.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg
index b754f41..e09e747 100644
--- a/default.cfg
+++ b/default.cfg
@@ -230,6 +230,10 @@ ui {
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
}