mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
newline
This commit is contained in:
parent
db35968c43
commit
aa7650666c
@ -110,6 +110,7 @@ Result nifmIsWirelessCommunicationEnabled(bool* out) {
|
||||
resp = r.Raw;
|
||||
|
||||
rc = resp->result;
|
||||
|
||||
if (R_SUCCEEDED(rc) && out)
|
||||
*out = resp->out != 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user