mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 19:02:14 +02:00
Update nifm.c
This commit is contained in:
parent
d80db4ce69
commit
9d260c36bd
@ -138,7 +138,7 @@ Result nifmSetWirelessCommunicationEnabled(bool enable) {
|
|||||||
|
|
||||||
raw->magic = SFCI_MAGIC;
|
raw->magic = SFCI_MAGIC;
|
||||||
raw->cmd_id = 16;
|
raw->cmd_id = 16;
|
||||||
raw->value = enable;
|
raw->value = enable != 0;
|
||||||
|
|
||||||
Result rc = serviceIpcDispatch(&g_nifmIGS);
|
Result rc = serviceIpcDispatch(&g_nifmIGS);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user