From e11052ea8c71eb62fa753daa5f1c055774d1d34b Mon Sep 17 00:00:00 2001 From: RealJohnGalt Date: Wed, 31 Oct 2018 09:30:52 -0700 Subject: [PATCH] dont install vcrun --- cemutil.sh | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/cemutil.sh b/cemutil.sh index af42716..1bab6d9 100755 --- a/cemutil.sh +++ b/cemutil.sh @@ -119,13 +119,7 @@ cat > LaunchCEMU << EOF1 export WINEPREFIX="$(realpath $instdir)/wine" export WINEDLLOVERRIDES="mscoree=;mshtml=;dbghelp.dll=n,b" -if [ -z `winetricks list-installed|grep vcrun2015` ]; then - if [ -n "`whereis zenity|grep bin`" ]; then - zenity --info --title 'Cemu' --text 'Installing wine dependencies.\n\nThe process may take a few minutes' - fi - winetricks -q vcrun2015 - winetricks settings win7 -fi +winetricks settings win7 cd $(realpath $instdir) mesa_glthread=true vblank_mode=0 WINEESYNC=0 wine $(realpath $instdir)/Cemu.exe "\$@" EOF1 @@ -136,13 +130,7 @@ cat > LaunchCEMUgcn3BOTW << EOF1 export WINEPREFIX="$(realpath $instdir)/wine" export WINEDLLOVERRIDES="mscoree=;mshtml=;dbghelp.dll=n,b" -if [ -z `winetricks list-installed|grep vcrun2015` ]; then - if [ -n "`whereis zenity|grep bin`" ]; then - zenity --info --title 'Cemu' --text 'Installing wine dependencies.\n\nThe process may take a few minutes' - fi - winetricks -q vcrun2015 - winetricks settings win7 -fi +winetricks settings win7 cd $(realpath $instdir) R600_DEBUG=nohyperz mesa_glthread=true vblank_mode=0 WINEESYNC=0 wine $(realpath $instdir)/Cemu.exe "\$@" EOF1