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

Enable aspect settings for windowed resolutions.

This commit is contained in:
Sergey Lipskiy 2014-12-27 14:56:32 +06:00
parent 5460cb32f6
commit 29a0698437

View File

@ -186,7 +186,7 @@ void OGLVideo::updateScale()
void OGLVideo::_setBufferSize()
{
if (m_bFullscreen && config.frameBufferEmulation.enable) {
if (config.frameBufferEmulation.enable) {
switch (config.video.aspect) {
case 0: // stretch
m_width = m_screenWidth;