diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-03-26 22:13:22 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-03-26 22:13:22 -0700 |
commit | 5ad04bb4b52b93ccb33d7d2bf57646f4947b111b (patch) | |
tree | 278034b0a55d521b142345cc89003d22631d6343 /default.cfg | |
parent | 83d0039a72428b4d58a640dbb6e8b40d437c5fc5 (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.cfg | 4 |
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 } |