GS: Set correct framebuffer size for output

This commit is contained in:
refractionpcsx2 2022-04-13 14:02:25 +01:00
parent 7cdc849ffa
commit f28e42c4fe
1 changed files with 1 additions and 1 deletions

View File

@ -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