early-access version 2965

main
pineappleEA 2022-09-19 03:06:19 +02:00
parent 38897ff691
commit 66e6f8559a
2 changed files with 5 additions and 5 deletions

View File

@ -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
View File

@ -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 $?