From 042d3f42ecb9c29f29dd9e03c40f881821da5e2c Mon Sep 17 00:00:00 2001 From: averne Date: Thu, 31 Jan 2019 22:48:23 +0100 Subject: [PATCH] nfc: fix nfpuCreateApplicationArea cmd_id... --- nx/source/services/nfc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;