mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-08 13:43:27 +02:00
Windows: Add "Restart Graphics" to the debug menu. Useful to debug resource lifetime issues.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user