Windows: Add "Restart Graphics" to the debug menu. Useful to debug resource lifetime issues.

This commit is contained in:
Henrik Rydgård
2024-01-18 15:57:45 +01:00
parent 7918e49a24
commit d51da3ca60
48 changed files with 63 additions and 0 deletions
+4
View File
@@ -925,6 +925,10 @@ namespace MainWindow {
g_TakeScreenshot = true;
break;
case ID_DEBUG_RESTARTGRAPHICS:
Core_DebugRestartGraphics();
break;
case ID_FILE_DUMPFRAMES:
g_Config.bDumpFrames = !g_Config.bDumpFrames;
break;