mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
remove appletHolderWaitInteractiveOut block
This commit is contained in:
parent
2b129f9935
commit
c975b129bc
@ -35,12 +35,6 @@ Result webWifiShow(WebWifiConfig* config) {
|
|||||||
|
|
||||||
if (R_SUCCEEDED(rc)) rc = appletHolderStart(&holder);
|
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)) {
|
if (R_SUCCEEDED(rc)) {
|
||||||
appletHolderJoin(&holder);
|
appletHolderJoin(&holder);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user