Skip to content

Commit

Permalink
GameScope: Add Pixel filter to filter options
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Oct 7, 2023
1 parent f86d462 commit 020c02f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.20231007-1"
PROGVERS="v14.0.20231008-1"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -10580,7 +10580,7 @@ function setGameScopeVars {
FSRS_STR="\-\-fsr\-sharpness"
GSNORM="normal"
GSFOOROPTS="left!right!${GSNORM}!upsidedown"
GSFLTROPTS="$NON!linear!nearest!fsr!nis"
GSFLTROPTS="$NON!linear!nearest!fsr!nis!pixel"
GSSCALEOPTS="$NON!auto!integer!fit!fill!stretch"
GSDEF="default"
GSHOVER="hover:0"
Expand Down

0 comments on commit 020c02f

Please sign in to comment.