diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/err_f.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/err_f.cpp b/src/core/hle/service/err_f.cpp index cd0a1a598..9da55f328 100644 --- a/src/core/hle/service/err_f.cpp +++ b/src/core/hle/service/err_f.cpp | |||
| @@ -227,6 +227,8 @@ static void ThrowFatalError(Interface* self) { | |||
| 227 | LOG_CRITICAL(Service_ERR, "FINST2: 0x%08X", | 227 | LOG_CRITICAL(Service_ERR, "FINST2: 0x%08X", |
| 228 | errtype.exception_data.exception_info.fpinst2); | 228 | errtype.exception_data.exception_info.fpinst2); |
| 229 | break; | 229 | break; |
| 230 | case ExceptionType::Undefined: | ||
| 231 | break; // Not logging exception_info for this case | ||
| 230 | } | 232 | } |
| 231 | LOG_CRITICAL(Service_ERR, "Datetime: %s", GetCurrentSystemTime().c_str()); | 233 | LOG_CRITICAL(Service_ERR, "Datetime: %s", GetCurrentSystemTime().c_str()); |
| 232 | break; | 234 | break; |