Skip to content

Commit

Permalink
Merge pull request #435 from sonic2kk/update-integer-scaling
Browse files Browse the repository at this point in the history
Change Integer Scaling flag to reflect updated gamescope code
  • Loading branch information
frostworx committed Mar 30, 2022
2 parents dcb1ed2 + 41da73f commit 826653d
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 @@ -8553,7 +8553,7 @@ function GameScopeGui {
fi

if [ -z "$GSIS" ]; then
if grep -q "\-n" <<< "$GAMESCOPE_ARGS"; then
if grep -q "\-i" <<< "$GAMESCOPE_ARGS"; then
GSIS="1"
else
GSIS="0"
Expand Down Expand Up @@ -8628,7 +8628,7 @@ function GameScopeGui {
fi

if [ "$GSIS" == "TRUE" ]; then
GAMESCOPE_ARGS="${GAMESCOPE_ARGS} -n"
GAMESCOPE_ARGS="${GAMESCOPE_ARGS} -i"
fi

if [ "$GSFS" == "TRUE" ]; then
Expand Down

0 comments on commit 826653d

Please sign in to comment.