From f2ac4d6f44170ccdbee32f4359656fe0808b74da Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Fri, 1 May 2026 08:52:41 +0200 Subject: [PATCH] Leave OSReport enabled. --- src/m_Do/m_Do_machine.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/m_Do/m_Do_machine.cpp b/src/m_Do/m_Do_machine.cpp index 6b186a77e6..f4fb0f6286 100644 --- a/src/m_Do/m_Do_machine.cpp +++ b/src/m_Do/m_Do_machine.cpp @@ -753,9 +753,11 @@ void myGXVerifyCallback(GXWarningLevel param_1, u32 param_2, const char* param_3 #endif int mDoMch_Create() { +#if !TARGET_PC // We want crash logs. if (mDoMain::developmentMode == 0 || !(OSGetConsoleType() & 0x10000000)) { OSReportDisable(); } +#endif JKRHeap::setDefaultDebugFill(mDoMch::mDebugFill); #if DEBUG