Skip to content

Commit

Permalink
Update AppRun
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Sep 26, 2024
1 parent cb3587a commit 767d71b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/assets/AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ export LD_PRELOAD=/tmp/mangohud/libMangoHud.so
export PATH="$APPDIR/usr/bin/:$PATH"
export MANGOHUD=1

rm -rf /dev/shm/rpcsx-* && ./rpcsx-gpu2 &

rpcsx-ui

unlink /tmp/mangohud
trap 'kill $(jobs -pr)' SIGINT SIGTERM EXIT

0 comments on commit 767d71b

Please sign in to comment.