mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
RenderBase: Implement imgui rendering
This commit is contained in:
parent
396b7c2978
commit
d1868d9475
6 changed files with 284 additions and 4 deletions
|
@ -599,6 +599,7 @@ void Renderer::SwapImpl(AbstractTexture* texture, const EFBRectangle& xfb_region
|
|||
Renderer::DrawDebugText();
|
||||
|
||||
OSD::DrawMessages();
|
||||
DrawImGui();
|
||||
|
||||
g_texture_cache->Cleanup(frameCount);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue