Skip to content

Commit

Permalink
SWITCH: Add code comment about opening webpages
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Jul 18, 2019
1 parent 8f763e9 commit 39e811b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/gp2x/menu/menu_main.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 39e811b

Please sign in to comment.