summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/mifare_result.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-06-12 09:17:10 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2023-06-15 02:08:35 +0200
commitb1b13ddc6bdc8d9d67a53a33465f5cf84146a262 (patch)
tree20898261f367a1b78cbbfa3c13bff48427ffa107 /src/core/hle/service/nfc/mifare_result.h
parentMerge pull request #10781 from 8bitDream/vcpkg (diff)
downloadyuzu-b1b13ddc6bdc8d9d67a53a33465f5cf84146a262.tar
yuzu-b1b13ddc6bdc8d9d67a53a33465f5cf84146a262.tar.gz
yuzu-b1b13ddc6bdc8d9d67a53a33465f5cf84146a262.tar.bz2
yuzu-b1b13ddc6bdc8d9d67a53a33465f5cf84146a262.tar.lz
yuzu-b1b13ddc6bdc8d9d67a53a33465f5cf84146a262.tar.xz
yuzu-b1b13ddc6bdc8d9d67a53a33465f5cf84146a262.tar.zst
yuzu-b1b13ddc6bdc8d9d67a53a33465f5cf84146a262.zip
Diffstat (limited to 'src/core/hle/service/nfc/mifare_result.h')
-rw-r--r--src/core/hle/service/nfc/mifare_result.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nfc/mifare_result.h b/src/core/hle/service/nfc/mifare_result.h
index 4b60048a5..16a9171e6 100644
--- a/src/core/hle/service/nfc/mifare_result.h
+++ b/src/core/hle/service/nfc/mifare_result.h
@@ -12,6 +12,6 @@ constexpr Result ResultInvalidArgument(ErrorModule::NFCMifare, 65);
constexpr Result ResultWrongDeviceState(ErrorModule::NFCMifare, 73);
constexpr Result ResultNfcDisabled(ErrorModule::NFCMifare, 80);
constexpr Result ResultTagRemoved(ErrorModule::NFCMifare, 97);
-constexpr Result ResultReadError(ErrorModule::NFCMifare, 288);
+constexpr Result ResultNotAMifare(ErrorModule::NFCMifare, 288);
} // namespace Service::NFC::Mifare