Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
zany130 authored Sep 17, 2024
1 parent 9362a42 commit c01fd56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -773,12 +773,12 @@ function OpenWikiPage {

if [ -n "$WIKURL" ]; then
if [ "$ONSTEAMDECK" -eq 1 ]; then
# Only open wiki on Steam Deck Steam Game Mode
# Only open wiki on Steam Deck Game Mode
if [ "$FIXGAMESCOPE" -eq 0 ]; then
writelog "INFO" "${FUNCNAME[0]} - Opening wiki URL '$WIKURL' using xdg-open on Steam Deck since Yad AppImage does not have WebKit support"
"$XDGO" "$WIKURL"
else
writelog "SKIP" "${FUNCNAME[0]} - Running in Steam Deck Steam Game Mode - Opening wiki page using xdg-open here may not work or may have undesired results - Skipping"
writelog "SKIP" "${FUNCNAME[0]} - Running in Steam Deck Game Mode - Opening wiki page using xdg-open here may not work or may have undesired results - Skipping"
fi
else
TITLE="${PROGNAME}-Wiki"
Expand Down Expand Up @@ -12713,7 +12713,7 @@ function setCommandLaunchVars {
if [ "$USEGAMESCOPE" -eq 1 ]; then
if [ "$USEMANGOAPP" -eq 1 ]; then
if [ "$FIXGAMESCOPE" -eq 1 ]; then
writelog "SKIP" "${FUNCNAME[0]} - Disabling USEMANGOAPP variable in Steam Deck Steam Game Mode, because Steam Deck uses $MANGOAPP already by default"
writelog "SKIP" "${FUNCNAME[0]} - Disabling USEMANGOAPP variable in Steam Game Mode, because Steam Deck uses $MANGOAPP already by default"
USEMANGOAPP=0
else
writelog "INFO" "${FUNCNAME[0]} - Allowing USEMANGOAPP variable in Steam Deck Desktop Mode"
Expand Down Expand Up @@ -26250,7 +26250,7 @@ function steamdeckBeforeGame {
if [ "$ONSTEAMDECK" -eq 1 ]; then
if [ "$FIXGAMESCOPE" -eq 1 ]; then
writelog "INFO" "${FUNCNAME[0]} - Final Deck Check: Looks like we're in Steam Game Mode (FIXGAMESCOPE is '$FIXGAMESCOPE')"
writelog "INFO" "${FUNCNAME[0]} - Force-enabling DXVK_HDR=1 for Steam Deck Steam Game Mode, allows HDR support for Steam Deck OLED and HDR displays attached to Steam Deck"
writelog "INFO" "${FUNCNAME[0]} - Force-enabling DXVK_HDR=1 for Steam Deck Game Mode, allows HDR support for Steam Deck OLED and HDR displays attached to Steam Deck"

# Override config value without updating the stored value itself, to preserve compatibility with Desktop Mode
export DXVK_HDR=1
Expand Down

0 comments on commit c01fd56

Please sign in to comment.