an-anime-team / anime-launcher-sdk

Anime Game Launcher development SDK
GNU General Public License v3.0
17 stars 17 forks source link

Fix gamescope 3.12 upscaling flags #5

Closed ilma4 closed 1 year ago

ilma4 commented 1 year ago

Gamescope 3.12 changed its upscaling flags.

~/ gamescope -U # fsr
gamescope: invalid option -- 'U'
See --help for a list of options.

~/ gamescope -F fsr # works

This pull request checks gamescope version and set correct flags.

krypt0nn commented 1 year ago

Will merge and rewrite it later. Thanks for contribution