summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/Plugins/Plugin_VideoDX9/Src/Render.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Plugins/Plugin_VideoDX9/Src/Render.cpp b/Source/Plugins/Plugin_VideoDX9/Src/Render.cpp
index d32fa2a527..b4722a1b22 100644
--- a/Source/Plugins/Plugin_VideoDX9/Src/Render.cpp
+++ b/Source/Plugins/Plugin_VideoDX9/Src/Render.cpp
@@ -456,6 +456,9 @@ void Renderer::SetSamplerState(DWORD Sampler, D3DSAMPLERSTATETYPE Type, DWORD Va
// Called from VertexShaderManager
void UpdateViewport()
{
+ // HACK: Update viewport causes overlay to disappear and the games to move to the
+ // bottom of the screen for some reason.
+ return;
// reversed gxsetviewport(xorig, yorig, width, height, nearz, farz)
// [0] = width/2
// [1] = height/2