mirror of https://github.com/PCSX2/pcsx2.git
Gsdx: Typo'd!
This commit is contained in:
parent
b5171dfe5d
commit
95c2622b7f
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue