mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 09:39:49 +00:00
fix(just): Fixed source1 patch 60-custom.just (#621)
* Fixed source1 patch 60-custom.just * fixed 60-custom.just
This commit is contained in:
parent
f3c3b608ff
commit
d8885d25b0
@ -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."
|
||||
|
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user