diff --git a/cemutil.sh b/cemutil.sh index 8c6f4d8..9926abf 100755 --- a/cemutil.sh +++ b/cemutil.sh @@ -144,7 +144,7 @@ if [ -z `winetricks list-installed|grep vcrun2015` ]; then winetricks settings win7 fi cd $(realpath $instdir) -mesa_glthread=true export __GL_THREADED_OPTIMIZATIONS=1 vblank_mode=0 WINEESYNC=0 wine $(realpath $instdir)/Cemu.exe "\$@" +mesa_glthread=true export __GL_THREADED_OPTIMIZATIONS=1 vblank_mode=0 WINEESYNC=0 wine Cemu.exe "\$@" EOF1 chmod +x LaunchCEMU @@ -162,7 +162,7 @@ if [ -z `winetricks list-installed|grep vcrun2015` ]; then winetricks settings win7 fi cd $(realpath $instdir) -R600_DEBUG=nohyperz mesa_glthread=true vblank_mode=0 WINEESYNC=0 wine $(realpath $instdir)/Cemu.exe "\$@" +R600_DEBUG=nohyperz mesa_glthread=true vblank_mode=0 WINEESYNC=0 wine Cemu.exe "\$@" EOF1 chmod +x LaunchCEMUgcn3BOTW