service: nfc: add mifare guard

This commit is contained in:
Narr the Reg 2023-06-20 18:38:08 -06:00
parent 6bd6fa8907
commit 46aee89a6a

View File

@ -102,6 +102,8 @@ void _nfcCleanup(void) {
serviceClose(&g_nfcSrv);
}
NX_GENERATE_SERVICE_GUARD(nfcMf);
Result _nfcMfInitialize() {
Result rc = MAKERESULT(Module_Libnx, LibnxError_BadInput);