mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-13 21:27:25 -05:00
RenderBase: Implement imgui rendering
This commit is contained in:
@@ -599,6 +599,7 @@ void Renderer::SwapImpl(AbstractTexture* texture, const EFBRectangle& xfb_region
|
||||
Renderer::DrawDebugText();
|
||||
|
||||
OSD::DrawMessages();
|
||||
DrawImGui();
|
||||
|
||||
g_texture_cache->Cleanup(frameCount);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user