From 39e811b1c0ee2f2a8355c4799cbe56d984f25bd1 Mon Sep 17 00:00:00 2001 From: rsn8887 Date: Thu, 18 Jul 2019 15:49:00 -0500 Subject: [PATCH] SWITCH: Add code comment about opening webpages --- src/gp2x/menu/menu_main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/gp2x/menu/menu_main.cpp b/src/gp2x/menu/menu_main.cpp index ff23ce0..a8e3160 100755 --- a/src/gp2x/menu/menu_main.cpp +++ b/src/gp2x/menu/menu_main.cpp @@ -943,9 +943,15 @@ SDL_ANDROID_SetScreenKeyboardShown(1); case 19: if (hit0) { + // This works on all CFW WebWifiConfig conf; webWifiCreate(&conf, NULL, "https://github.com/rsn8887/uae4all2/releases/latest", 0, 0); webWifiShow(&conf, NULL); + // The following would be better, but crashes on SX OS + //WebCommonConfig config; + //webPageCreate(&config,"https://github.com/rsn8887/uae4all2/releases/latest"); + //webConfigSetWhitelist(&config, "^http*"); + //webConfigShow(&config, NULL); } break; #endif