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
+1
View File
@@ -45,6 +45,7 @@ namespace dusk {
ImGui::MenuItem("Player Info", nullptr, &m_showPlayerInfo);
ImGui::MenuItem("Save Editor", nullptr, &m_showSaveEditor);
ImGui::MenuItem("Audio Debug", "F7", &m_showAudioDebug);
ImGui::MenuItem("OSReport Force", nullptr, &OSReportReallyForceEnable);
ImGui::EndMenu();
}