erpt: implement forced shutdown detection
This commit is contained in:
@@ -21,7 +21,9 @@ namespace ams::err {
|
||||
|
||||
R_DEFINE_NAMESPACE_RESULT_MODULE(162);
|
||||
|
||||
R_DEFINE_ERROR_RESULT(ApplicationAborted, 1);
|
||||
R_DEFINE_ERROR_RESULT(SystemModuleAborted, 2);
|
||||
R_DEFINE_ERROR_RESULT(ApplicationAbort, 1);
|
||||
R_DEFINE_ERROR_RESULT(SystemProgramAbort, 2);
|
||||
|
||||
R_DEFINE_ERROR_RESULT(ForcedShutdownDetected, 4);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user