Skip to content

Commit

Permalink
superres: mod superres to be activated up to 1440p per NV docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emoose committed Jan 26, 2024
1 parent 2bb6f25 commit 2093acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/D3D11VP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ HRESULT CD3D11VP::SetSuperRes(const int iSuperRes)
}
break;
case SUPERRES_FHD:
if (m_srcWidth <= 2048 && m_srcHeight <= 1088) {
if (m_srcWidth <= 2560 && m_srcHeight <= 1440) {
enable = true;
}
break;
Expand Down

0 comments on commit 2093acf

Please sign in to comment.