From c975b129bcc46b58911ccd4d52de34cbc1498fbc Mon Sep 17 00:00:00 2001 From: p-sam Date: Fri, 18 Jan 2019 23:34:02 +0000 Subject: [PATCH] remove appletHolderWaitInteractiveOut block --- nx/source/applets/web_wifi.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nx/source/applets/web_wifi.c b/nx/source/applets/web_wifi.c index 6072b8fd..ffc24452 100644 --- a/nx/source/applets/web_wifi.c +++ b/nx/source/applets/web_wifi.c @@ -34,12 +34,6 @@ Result webWifiShow(WebWifiConfig* config) { if (R_SUCCEEDED(rc)) rc = libappletPushInData(&holder, &config->arg, sizeof(config->arg)); if (R_SUCCEEDED(rc)) rc = appletHolderStart(&holder); - - if (R_SUCCEEDED(rc)) { - while(appletHolderWaitInteractiveOut(&holder)) { - //TODO: Handle Interactive data here. (nothing to handle at this moment) - } - } if (R_SUCCEEDED(rc)) { appletHolderJoin(&holder);