Skip to content

Commit

Permalink
Include a seperate PCSXR build for RK3399, for #3
Browse files Browse the repository at this point in the history
  • Loading branch information
hadcl4 committed Mar 26, 2022
1 parent 53e2e8a commit df7d7ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added emulators/pcsxr/pcsxr-rk3399
Binary file not shown.
7 changes: 6 additions & 1 deletion emulators/pcsxr/start
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/bin/bash
cd ${HOME}/Thunder/emulators/pcsxr
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./pcsxr
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
if tr -d '\0' </proc/device-tree/compatible | grep -q "rk3399"; then
./pcsxr-rk3399
else
./pcsxr
fi

0 comments on commit df7d7ae

Please sign in to comment.