1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Correct VI_UpdateScreen().

This commit is contained in:
Sergey Lipskiy 2014-12-24 15:58:42 +06:00
parent 7f6dd67db9
commit 1c232c6a4e

2
VI.cpp
View File

@ -93,7 +93,7 @@ void VI_UpdateScreen()
if (*REG.VI_ORIGIN != VI.lastOrigin) { if (*REG.VI_ORIGIN != VI.lastOrigin) {
VI_UpdateSize(); VI_UpdateSize();
video().updateScale(); ogl.updateScale();
} }
if (config.frameBufferEmulation.enable) { if (config.frameBufferEmulation.enable) {