From 46aee89a6a0799522576682e812cf51d91f8109d Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Tue, 20 Jun 2023 18:38:08 -0600 Subject: [PATCH] service: nfc: add mifare guard --- nx/source/services/nfc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nx/source/services/nfc.c b/nx/source/services/nfc.c index 387e6a36..388f011d 100644 --- a/nx/source/services/nfc.c +++ b/nx/source/services/nfc.c @@ -102,6 +102,8 @@ void _nfcCleanup(void) { serviceClose(&g_nfcSrv); } +NX_GENERATE_SERVICE_GUARD(nfcMf); + Result _nfcMfInitialize() { Result rc = MAKERESULT(Module_Libnx, LibnxError_BadInput);