early-access version 2965

This commit is contained in:
pineappleEA
2022-09-19 03:06:19 +02:00
부모 38897ff691
커밋 66e6f8559a
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제

파일 보기

@@ -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
파일 보기

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