System: Restore context after pumping messages

This commit is contained in:
Stenzek
2023-09-03 13:13:17 +10:00
parent 25fb69564b
commit 0076ab5cc4
7 changed files with 36 additions and 45 deletions

View File

@ -96,7 +96,7 @@ public:
// Graphics API state reset/restore - call when drawing the UI etc.
// TODO: replace with "invalidate cached state"
virtual void RestoreGraphicsAPIState();
virtual void RestoreDeviceContext();
// Render statistics debug window.
void DrawDebugStateWindow();