Disable OSReport in release builds

This commit is contained in:
Luke Street
2026-05-24 17:44:43 -06:00
parent fa074a2311
commit a8a2f5c84c
+1 -1
View File
@@ -754,7 +754,7 @@ void myGXVerifyCallback(GXWarningLevel param_1, u32 param_2, const char* param_3
#endif
int mDoMch_Create() {
#if !TARGET_PC // We want crash logs.
#ifdef NDEBUG
if (mDoMain::developmentMode == 0 || !(OSGetConsoleType() & 0x10000000)) {
OSReportDisable();
}