mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 02:52:13 +02:00
remove appletHolderWaitInteractiveOut block
This commit is contained in:
parent
2b129f9935
commit
c975b129bc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user