From 66e6f8559a33caa42a65a9934e123d828ebc01a6 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Mon, 19 Sep 2022 03:06:19 +0200 Subject: [PATCH] early-access version 2965 --- README.md | 2 +- dist/AppRun | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 $?