Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
GameScope: don't set GSFLTR and GSSCALE to NON
  • Loading branch information
sonic2kk committed Jun 26, 2023
commit 84b00956705aee97cdf70d4cc1bc35095a8f5048
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