This commit is contained in:
nattthebear 2017-06-28 20:49:57 -04:00
parent 81604a0e7e
commit 2e2df56531
1 changed files with 5 additions and 0 deletions

View File

@ -594,6 +594,11 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.Saturn
_virtualWidth = BufferWidth;
_virtualHeight = BufferHeight * 254 / 240;
}
else
{
_virtualWidth = BufferWidth;
_virtualHeight = BufferHeight;
}
}
}
}