diff --git a/README.md b/README.md index 754f325e9..625570ca3 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/dist/AppRun b/dist/AppRun index f4b29d482..9046d0185 100755 --- a/dist/AppRun +++ b/dist/AppRun @@ -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 $?