mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-06 00:19:22 +02:00
service: nfc: add mifare guard
This commit is contained in:
parent
6bd6fa8907
commit
af5072c096
@ -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