summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am_results.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-01-02 03:58:56 +0100
committerLiam <byteslice@airmail.cc>2024-01-30 02:17:33 +0100
commitb1c2f791af08b3eaba53c1ce1673fe0729fc5d26 (patch)
tree69300381618872113496f62494e8c3e0353538d9 /src/core/hle/service/am/am_results.h
parentam: migrate global state to per-applet state structure (diff)
downloadyuzu-b1c2f791af08b3eaba53c1ce1673fe0729fc5d26.tar
yuzu-b1c2f791af08b3eaba53c1ce1673fe0729fc5d26.tar.gz
yuzu-b1c2f791af08b3eaba53c1ce1673fe0729fc5d26.tar.bz2
yuzu-b1c2f791af08b3eaba53c1ce1673fe0729fc5d26.tar.lz
yuzu-b1c2f791af08b3eaba53c1ce1673fe0729fc5d26.tar.xz
yuzu-b1c2f791af08b3eaba53c1ce1673fe0729fc5d26.tar.zst
yuzu-b1c2f791af08b3eaba53c1ce1673fe0729fc5d26.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/am_results.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am_results.h b/src/core/hle/service/am/am_results.h
index e82d391ad..a2afc9eec 100644
--- a/src/core/hle/service/am/am_results.h
+++ b/src/core/hle/service/am/am_results.h
@@ -10,6 +10,7 @@ namespace Service::AM {
constexpr Result ResultNoDataInChannel{ErrorModule::AM, 2};
constexpr Result ResultNoMessages{ErrorModule::AM, 3};
constexpr Result ResultInvalidOffset{ErrorModule::AM, 503};
+constexpr Result ResultInvalidStorageType{ErrorModule::AM, 511};
constexpr Result ResultFatalSectionCountImbalance{ErrorModule::AM, 512};
} // namespace Service::AM