Leave OSReport enabled.

This commit is contained in:
PJB3005
2026-05-01 08:52:41 +02:00
parent 48b98a5432
commit f2ac4d6f44
+2
View File
@@ -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