Skip to content

Commit

Permalink
GameScope: don't set GSFLTR and GSSCALE to NON
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Jun 26, 2023
1 parent 91d8af2 commit 84b0095
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
PREFIX="/usr"
PROGNAME="SteamTinkerLaunch"
NICEPROGNAME="Steam Tinker Launch"
PROGVERS="v14.0.20230627-2 (gamescope-new-scale-filter-ui)"
PROGVERS="v14.0.20230627-4 (gamescope-new-scale-filter-ui)"
PROGCMD="${0##*/}"
SHOSTL="stl"
GHURL="https://github.com"
Expand Down Expand Up @@ -9906,8 +9906,6 @@ function setGameScopeVars {
fi

# Default scale/filter to none to be safe
GSFLTR="$NON"
GSSCALE="$NON"
if [ "$GSNEWFILTERMODE" -eq 1 ]; then
## !!These are the newer flags for checking filter/scale!!

Expand Down

0 comments on commit 84b0095

Please sign in to comment.