mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Renderer: Use imgui for drawing debug text and OSD
This commit is contained in:
@ -704,9 +704,6 @@ void Renderer::DrawScreen(VKTexture* xfb_texture, const EFBRectangle& xfb_region
|
||||
// Draw OSD
|
||||
SetViewport(0.0f, 0.0f, static_cast<float>(backbuffer->GetWidth()),
|
||||
static_cast<float>(backbuffer->GetHeight()), 0.0f, 1.0f);
|
||||
DrawDebugText();
|
||||
OSD::DoCallbacks(OSD::CallbackType::OnFrame);
|
||||
OSD::DrawMessages();
|
||||
StateTracker::GetInstance()->SetPendingRebind();
|
||||
DrawImGui();
|
||||
|
||||
|
Reference in New Issue
Block a user