summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/nfc_result.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-07-15 05:26:45 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2023-07-17 19:24:23 +0200
commit54f150b70a88397258219558896397aa4ed0b9c5 (patch)
treeff5162db490d8438d5e218845cd9e6296724f842 /src/core/hle/service/nfc/nfc_result.h
parentfile_sys/content_archive: Detect compressed NCAs (#11047) (diff)
downloadyuzu-54f150b70a88397258219558896397aa4ed0b9c5.tar
yuzu-54f150b70a88397258219558896397aa4ed0b9c5.tar.gz
yuzu-54f150b70a88397258219558896397aa4ed0b9c5.tar.bz2
yuzu-54f150b70a88397258219558896397aa4ed0b9c5.tar.lz
yuzu-54f150b70a88397258219558896397aa4ed0b9c5.tar.xz
yuzu-54f150b70a88397258219558896397aa4ed0b9c5.tar.zst
yuzu-54f150b70a88397258219558896397aa4ed0b9c5.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nfc/nfc_result.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/nfc/nfc_result.h b/src/core/hle/service/nfc/nfc_result.h
index 715c0e80c..464b5fd69 100644
--- a/src/core/hle/service/nfc/nfc_result.h
+++ b/src/core/hle/service/nfc/nfc_result.h
@@ -17,7 +17,10 @@ constexpr Result ResultNfcNotInitialized(ErrorModule::NFC, 77);
constexpr Result ResultNfcDisabled(ErrorModule::NFC, 80);
constexpr Result ResultWriteAmiiboFailed(ErrorModule::NFC, 88);
constexpr Result ResultTagRemoved(ErrorModule::NFC, 97);
+constexpr Result ResultUnknown112(ErrorModule::NFC, 112);
constexpr Result ResultUnableToAccessBackupFile(ErrorModule::NFC, 113);
+constexpr Result ResultUnknown114(ErrorModule::NFC, 114);
+constexpr Result ResultUnknown115(ErrorModule::NFC, 115);
constexpr Result ResultRegistrationIsNotInitialized(ErrorModule::NFC, 120);
constexpr Result ResultApplicationAreaIsNotInitialized(ErrorModule::NFC, 128);
constexpr Result ResultCorruptedDataWithBackup(ErrorModule::NFC, 136);