Update nifm.c

This commit is contained in:
exelix 2019-03-03 19:15:05 +01:00
parent d80db4ce69
commit 9d260c36bd

View File

@ -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);