github GloriousEggroll/wine-ge-custom GE-Proton7-22
Wine-GE-Proton7-22 Released

latest releases: GE-Proton8-26, GE-Proton8-27-LoL, GE-Proton8-26-LoL...
2 years ago
  • 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=: It will add only the 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= WINE_FULLSCREEN_FSR_CUSTOM_MODE=WxH: It will try to add only resolution and the custom WxH mode. It will still limit based on the custom mode. So if the resolution from 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

Don't miss a new wine-ge-custom release

NewReleases is sending notifications on new releases.