Skip to content

Commit

Permalink
add future TODO
Browse files Browse the repository at this point in the history
Could probably merge this somehow in future.
  • Loading branch information
sonic2kk committed Jun 16, 2024
1 parent f0b5680 commit d0fea6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -7158,6 +7158,7 @@ function extProtonRun {
fi

# append SLR to beginning of RUNEXTPROGRAMARGS, if SLR is defined
# TODO this is the exact same logic as in launchCustomProg (except the log messages are slightly different), is there any way to share it?
if [ -n "${SLRCMD[*]}" ]; then
writelog "INFO" "${FUNCNAME[0]} - Gotten Steam Linux Runtime for Proton launch, using RUNEXTPROGRAMARGS array to contain it and add it to launch command"

Expand Down Expand Up @@ -12890,6 +12891,7 @@ function launchCustomProg {
setNonGameSLRReap "2"
fi

# TODO this is the exact same logic as in extProtonRun (except the log messages are slightly different), is there any way to share it?
if [ -n "${SLRCMD[*]}" ]; then
writelog "INFO" "${FUNCNAME[0]} - Gotten Steam Linux Runtime for native launch, using RUNEXTPROGRAMARGS array to contain it and add it to launch command"

Expand Down

0 comments on commit d0fea6b

Please sign in to comment.