Wine-GE-Proton7-22 Released
Added 2022-07-20 06:38:42 +0000 UTC- Fix WINE_FULLSCREEN_FSR_MODE= not working after previous aspect ratio update.
---------------
So the schematics are as follows. As previously the native resolution is always in the list
* WINE_FULLSCREEN_FSR=1: It will generate the 4 FSR resolutions for the current screen resolution and aspect ratio and add them to the list of resolutions
* WINE_FULLSCREEN_FSR=1 WINE_FULLSCREEN_FSR_MODE=<mode>: It will add only the <mode> resolution to the list and it will discard any resolutions larger than it
* WINE_FULLSCREEN_FSR=1 WINE_FULLSCREEN_FSR_CUSTOM_MODE=WxH: It will add the 4 FSR resolutions and mode WxH to the list of resolutions, it will discard anything larger than WxH, so any FSR resolutions larger than WxH will be discarded too.
* WINE_FULLSCREEN_FSR=1 WINE_FULLSCREEN_FSR_MODE=<mode> WINE_FULLSCREEN_FSR_CUSTOM_MODE=WxH: It will try to add only <mode> resolution and the custom WxH mode. It will still limit based on the custom mode. So if the resolution from <mode> is smaller than WxH it will be in the list but if it is larger than WxH it will be discarded.
---------------
- Corrected 960x640 -> 960x540 1080p resolution for FSR performance mode
Download below:
https://github.com/GloriousEggroll/wine-ge-custom/releases/tag/GE-Proton7-22