System: Fix regtest dumping

This commit is contained in:
Stenzek
2024-05-25 15:58:41 +10:00
parent 1565a2667d
commit 60ee17e713
4 changed files with 7 additions and 8 deletions

View File

@@ -99,8 +99,8 @@ void ResizeDisplayWindow(s32 width, s32 height, float scale);
/// Destroys any active rendering device.
void ReleaseGPUDevice();
/// Called before drawing the OSD and other display elements.
void BeginPresentFrame();
/// Called at the end of the frame, before presentation.
void FrameDone();
namespace Internal {
/// Retrieves the base settings layer. Must call with lock held.