protonscr

Feature request: resolution scaling

dxvkclosed
doitsujin/dxvk#3626 · opened 2023-08-19 by Armi1P · updated 2023-08-19 · 1 comments · github
AArmi1P 2023-08-19 github

Many games don't support MSAA even when forced and don't have any scaling option. Would it be possible to implement a resolution scaling system, just how dgVoodoo2 has for example?

Ddoitsujin maintainer 2023-08-19 github

Use Gamescope.

Resolution scaling cannot work at an API level, pretty much any game released since like 2004 needs to be aware of the actual size of render targets and the only thing that just making them bigger will accomplish is to break literally everything.

Nothing extracted yet.