diff --git a/nx/source/services/nfc.c b/nx/source/services/nfc.c index 374afa8f..d0a9f2f9 100644 --- a/nx/source/services/nfc.c +++ b/nx/source/services/nfc.c @@ -749,7 +749,7 @@ Result nfpuCreateApplicationArea(HidControllerID id, u32 app_id, void *buf, size raw = serviceIpcPrepareHeader(&g_nfpuInterface, &c, sizeof(*raw)); raw->magic = SFCI_MAGIC; - raw->cmd_id = 9; + raw->cmd_id = 12; raw->id = hidControllerIDToOfficial(id); raw->app_id = app_id;