hack out a test gui

This commit is contained in:
R2DLiu 2020-07-11 17:23:00 -04:00
commit c9a8039957
7 changed files with 219 additions and 1 deletions

View file

@ -1249,6 +1249,7 @@ void Renderer::Swap(u32 xfb_addr, u32 fb_width, u32 fb_stride, u32 fb_height, u6
DrawDebugText();
OSD::DrawMessages();
OSD::DrawSlippiPlaybackControls();
ImGui::Render();
}