diff --git a/stratosphere/fatal/source/fatal_throw.cpp b/stratosphere/fatal/source/fatal_throw.cpp index 9650acb3d..2eb617593 100644 --- a/stratosphere/fatal/source/fatal_throw.cpp +++ b/stratosphere/fatal/source/fatal_throw.cpp @@ -56,6 +56,7 @@ Result ThrowFatalImpl(u32 error, u64 pid, FatalType policy, FatalCpuContext *cpu switch (policy) { case FatalType_ErrorReport: /* TODO: Don't write an error report. */ + break; case FatalType_ErrorReportAndErrorScreen: case FatalType_ErrorScreen: {