mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 17:18:53 +00:00
VideoCommon: merge debug test generators
This commit is contained in:
parent
ffa014dd48
commit
fb177ca04e
5 changed files with 121 additions and 140 deletions
|
@ -913,9 +913,6 @@ void Renderer::SwapImpl(u32 xfbAddr, u32 fbWidth, u32 fbStride, u32 fbHeight, co
|
|||
D3D::context->RSSetViewports(1, &vp);
|
||||
|
||||
Renderer::DrawDebugText();
|
||||
std::string debug_info = GetDebugText();
|
||||
if (debug_info != "")
|
||||
D3D::font.DrawTextScaled(0, 0, 20, 0.0f, 0xFF00FFFF, debug_info);
|
||||
|
||||
OSD::DrawMessages();
|
||||
D3D::EndFrame();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue