Software Backend: Fix xfb output and add vertical scaling support

This commit is contained in:
iwubcode 2017-08-23 21:46:23 -05:00
parent e6d85b0915
commit 6e686f6ea1
14 changed files with 179 additions and 117 deletions

View file

@ -45,8 +45,6 @@ void SWRenderer::RenderText(const std::string& pstr, int left, int top, u32 colo
// Called on the GPU thread
void SWRenderer::SwapImpl(AbstractTexture* texture, const EFBRectangle& rc, u64 ticks, float Gamma)
{
SWOGLWindow::s_instance->ShowImage(texture, 1.0);
OSD::DoCallbacks(OSD::CallbackType::OnFrame);
DrawDebugText();