summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp_result.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-09-26 07:58:36 +0200
committergerman77 <juangerman-13@hotmail.com>2022-10-02 19:32:26 +0200
commit673de3995b7f08d51fcc281439c05c368b7bd1ae (patch)
treeb1af8c6bd552c902929c8367a09d20fd33beb962 /src/core/hle/service/nfp/nfp_result.h
parentservice: nfp: address comments (diff)
downloadyuzu-673de3995b7f08d51fcc281439c05c368b7bd1ae.tar
yuzu-673de3995b7f08d51fcc281439c05c368b7bd1ae.tar.gz
yuzu-673de3995b7f08d51fcc281439c05c368b7bd1ae.tar.bz2
yuzu-673de3995b7f08d51fcc281439c05c368b7bd1ae.tar.lz
yuzu-673de3995b7f08d51fcc281439c05c368b7bd1ae.tar.xz
yuzu-673de3995b7f08d51fcc281439c05c368b7bd1ae.tar.zst
yuzu-673de3995b7f08d51fcc281439c05c368b7bd1ae.zip
Diffstat (limited to 'src/core/hle/service/nfp/nfp_result.h')
-rw-r--r--src/core/hle/service/nfp/nfp_result.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nfp/nfp_result.h b/src/core/hle/service/nfp/nfp_result.h
index 15bc02b15..ac259e2ff 100644
--- a/src/core/hle/service/nfp/nfp_result.h
+++ b/src/core/hle/service/nfp/nfp_result.h
@@ -17,5 +17,6 @@ constexpr Result ApplicationAreaIsNotInitialized(ErrorModule::NFP, 128);
constexpr Result CorruptedData(ErrorModule::NFP, 144);
constexpr Result WrongApplicationAreaId(ErrorModule::NFP, 152);
constexpr Result ApplicationAreaExist(ErrorModule::NFP, 168);
+constexpr Result NotAnAmiibo(ErrorModule::NFP, 178);
} // namespace Service::NFP