summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/nfc_result.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-06-17 00:18:24 +0200
committerGitHub <noreply@github.com>2023-06-17 00:18:24 +0200
commita1adcc31d386a19db5cc5d0bf7536b5cc0e7ec16 (patch)
treea7ae4ec330fb52cbda07b929cf920d40eca48775 /src/core/hle/service/nfc/nfc_result.h
parentMerge pull request #10801 from 8bitDream/fix_aspect (diff)
parentservice: nfc: Read tag protocol only for nfc backend (diff)
downloadyuzu-a1adcc31d386a19db5cc5d0bf7536b5cc0e7ec16.tar
yuzu-a1adcc31d386a19db5cc5d0bf7536b5cc0e7ec16.tar.gz
yuzu-a1adcc31d386a19db5cc5d0bf7536b5cc0e7ec16.tar.bz2
yuzu-a1adcc31d386a19db5cc5d0bf7536b5cc0e7ec16.tar.lz
yuzu-a1adcc31d386a19db5cc5d0bf7536b5cc0e7ec16.tar.xz
yuzu-a1adcc31d386a19db5cc5d0bf7536b5cc0e7ec16.tar.zst
yuzu-a1adcc31d386a19db5cc5d0bf7536b5cc0e7ec16.zip
Diffstat (limited to 'src/core/hle/service/nfc/nfc_result.h')
-rw-r--r--src/core/hle/service/nfc/nfc_result.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/nfc/nfc_result.h b/src/core/hle/service/nfc/nfc_result.h
index 59a808740..715c0e80c 100644
--- a/src/core/hle/service/nfc/nfc_result.h
+++ b/src/core/hle/service/nfc/nfc_result.h
@@ -24,7 +24,8 @@ constexpr Result ResultCorruptedDataWithBackup(ErrorModule::NFC, 136);
constexpr Result ResultCorruptedData(ErrorModule::NFC, 144);
constexpr Result ResultWrongApplicationAreaId(ErrorModule::NFC, 152);
constexpr Result ResultApplicationAreaExist(ErrorModule::NFC, 168);
-constexpr Result ResultNotAnAmiibo(ErrorModule::NFC, 178);
+constexpr Result ResultInvalidTagType(ErrorModule::NFC, 178);
constexpr Result ResultBackupPathAlreadyExist(ErrorModule::NFC, 216);
+constexpr Result ResultMifareError288(ErrorModule::NFC, 288);
} // namespace Service::NFC