This commit is contained in:
shibbo 2019-01-25 13:07:19 -05:00
parent db35968c43
commit aa7650666c

View File

@ -110,6 +110,7 @@ Result nifmIsWirelessCommunicationEnabled(bool* out) {
resp = r.Raw; resp = r.Raw;
rc = resp->result; rc = resp->result;
if (R_SUCCEEDED(rc) && out) if (R_SUCCEEDED(rc) && out)
*out = resp->out != 0; *out = resp->out != 0;
} }