fix(just): Fixed source1 patch 60-custom.just (#621)

* Fixed source1 patch 60-custom.just

* fixed 60-custom.just
This commit is contained in:
dnkmmr 2023-12-18 19:22:40 -06:00 committed by GitHub
parent f3c3b608ff
commit d8885d25b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,7 @@ get-boilr:
# Patch a bug in some 32-bit Source 1.x titles that causes them to crash at startup
patch-source1-tcmalloc:
#!/usr/bin/env bash
echo 'Add the following as a launch option in Steam:'
echo 'LD_PRELOAD=/usr/lib/libtcmalloc_and_profiler.so.4 %command%'
echo "Delete libtcmalloc_minimal.so.x in the game's bin folder if present."

View File

@ -80,6 +80,7 @@ enable-supergfxctl:
# Patch a bug in some 32-bit Source 1.x titles that causes them to crash at startup
patch-source1-tcmalloc:
#!/usr/bin/env bash
echo 'Add the following as a launch option in Steam:'
echo 'LD_PRELOAD=/usr/lib/libtcmalloc_and_profiler.so.4 %command%'
echo "Delete libtcmalloc_minimal.so.x in the game's bin folder if present."