Request: Changable resolution for Fullscreen
|
12-14-2014, 12:51 AM
(This post was last modified: 12-14-2014 01:20 AM by LunaMoo.)
Post: #4
|
|||
|
|||
RE: Request: Changable resolution for Fullscreen
Except that lowered resolution will not be "native" anymore because lcd displays which are used by most people has constant size of "pixel" and forcing any different which is not exact multiplier, will result in pretty noticeable quality drop.
Unless you just mean huge amount of blur, then we already have solution for that, simply change screen scalling filter to nearest(I think only in git builds for now). Screen scalling filter will not change anything in terms of how game renders, but will change the filter applied to stretching the resulting image to screen. Normally when it's set to linear as it was forced before, using resolutions lower than your screen will result in blur applied evenly to whole screen depending on resolution difference, with nearest, it'll leave it as sharp as it was before scalling making it look very similar to what you would get by changing fullscreen resolution to lower one on an crt screen, it might also be slightly faster(althrough probably unnoticeably). http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Request: Changable resolution for Fullscreen - GamerzHell9137 - 12-13-2014, 03:03 PM
RE: Request: Changable resolution for Fullscreen - [Unknown] - 12-13-2014, 06:46 PM
RE: Request: Changable resolution for Fullscreen - GamerzHell9137 - 12-13-2014, 09:02 PM
RE: Request: Changable resolution for Fullscreen - LunaMoo - 12-14-2014 12:51 AM
RE: Request: Changable resolution for Fullscreen - GamerzHell9137 - 12-14-2014, 12:10 PM
|