Allow OSReport to *really* be forced on via menu.

There's a ton of stuff that's slipping under the radar because OSReport_system keeps disabling OSReport.
This commit is contained in:
PJB3005
2026-03-31 21:14:02 +02:00
parent 4fd8d26bab
commit ab7e34975e
3 changed files with 22 additions and 0 deletions
+6
View File
@@ -31,4 +31,10 @@ extern u8 __OSReport_Warning_disable;
extern u8 __OSReport_System_disable;
extern u8 __OSReport_enable;
#if TARGET_PC
namespace dusk {
extern bool OSReportReallyForceEnable;
}
#endif
#endif // _OS_REPORT_H