Gsdx: Typo'd!

This commit is contained in:
refractionpcsx2 2015-06-07 18:31:51 +01:00
parent b5171dfe5d
commit 95c2622b7f
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ void GSRendererHW::SetScaling() {
return;
}
m_height = m_buffer_size <= 1024 ? 512 : 1024;
m_height = m_buffer_size < 1024 ? 512 : 1024;
m_upscale_multiplier = theApp.GetConfig("upscale_multiplier", m_upscale_multiplier);