mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 10:02:14 +02:00
service: nfc: add mifare guard
This commit is contained in:
parent
6bd6fa8907
commit
46aee89a6a
@ -102,6 +102,8 @@ void _nfcCleanup(void) {
|
||||
serviceClose(&g_nfcSrv);
|
||||
}
|
||||
|
||||
NX_GENERATE_SERVICE_GUARD(nfcMf);
|
||||
|
||||
Result _nfcMfInitialize() {
|
||||
Result rc = MAKERESULT(Module_Libnx, LibnxError_BadInput);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user