summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am_results.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/am/am_results.h')
-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 528b334ad..e82d391ad 100644
--- a/src/core/hle/service/am/am_results.h
+++ b/src/core/hle/service/am/am_results.h
@@ -10,5 +10,6 @@ namespace Service::AM {
constexpr Result ResultNoDataInChannel{ErrorModule::AM, 2};
constexpr Result ResultNoMessages{ErrorModule::AM, 3};
constexpr Result ResultInvalidOffset{ErrorModule::AM, 503};
+constexpr Result ResultFatalSectionCountImbalance{ErrorModule::AM, 512};
} // namespace Service::AM