remove appletHolderWaitInteractiveOut block

This commit is contained in:
p-sam 2019-01-18 23:34:02 +00:00
parent 2b129f9935
commit c975b129bc

View File

@ -35,12 +35,6 @@ Result webWifiShow(WebWifiConfig* config) {
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);