mirror of https://github.com/PCSX2/pcsx2.git
GS: Set correct framebuffer size for output
This commit is contained in:
parent
7cdc849ffa
commit
f28e42c4fe
|
@ -41,7 +41,7 @@ GSRendererHW::GSRendererHW()
|
||||||
|
|
||||||
void GSRendererHW::SetScaling()
|
void GSRendererHW::SetScaling()
|
||||||
{
|
{
|
||||||
const GSVector2i crtc_size(GetDisplayRect().width(), GetDisplayRect().height());
|
const GSVector2i crtc_size(GetResolution());
|
||||||
|
|
||||||
// Details of (potential) perf impact of a big framebuffer
|
// Details of (potential) perf impact of a big framebuffer
|
||||||
// 1/ extra memory
|
// 1/ extra memory
|
||||||
|
|
Loading…
Reference in New Issue