early-access version 2965
This commit is contained in:
parent
38897ff691
commit
66e6f8559a
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 2964.
|
||||
This is the source code for early-access 2965.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
8
dist/AppRun
vendored
8
dist/AppRun
vendored
|
@ -21,8 +21,8 @@ if [ -n "$extra_libs" ]; then
|
|||
fi
|
||||
|
||||
export SSL_CERT_FILE="$PWD/ca-certificates.pem"
|
||||
#echo ">>>>> $LD_LIBRARY_PATH"
|
||||
#echo ">>>>> $LD_PRELOAD"
|
||||
#echo ">>>>> LD_LIBRARY_PATH $LD_LIBRARY_PATH"
|
||||
#echo ">>>>> LD_PRELOAD $LD_PRELOAD"
|
||||
|
||||
exec ./usr/bin/yuzu "$@"
|
||||
|
||||
./usr/bin/$exec "$*"
|
||||
exit $?
|
||||
|
|
Loading…
Reference in a new issue