From 7c3b15539c33a4b927d527d10072aeced0b92b6e Mon Sep 17 00:00:00 2001 From: RealJohnGalt Date: Fri, 4 Jan 2019 11:58:35 -0800 Subject: [PATCH] enable esync if applicable --- cemutil.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cemutil.sh b/cemutil.sh index 6d44178..6e6af66 100755 --- a/cemutil.sh +++ b/cemutil.sh @@ -167,7 +167,7 @@ export WINEPREFIX="$(realpath $instdir)/wine" export WINEDLLOVERRIDES="mscoree=;mshtml=;dbghelp.dll=n,b" cd $(realpath $instdir) -mesa_glthread=true __GL_THREADED_OPTIMIZATIONS=1 vblank_mode=0 WINEESYNC=0 wine Cemu.exe "\$@" +mesa_glthread=true __GL_THREADED_OPTIMIZATIONS=1 vblank_mode=0 WINEESYNC=1 wine Cemu.exe "\$@" EOF1 chmod +x LaunchCEMU @@ -178,7 +178,7 @@ export WINEPREFIX="$(realpath $instdir)/wine" export WINEDLLOVERRIDES="mscoree=;mshtml=;dbghelp.dll=n,b" cd $(realpath $instdir) -R600_DEBUG=nohyperz mesa_glthread=true vblank_mode=0 WINEESYNC=0 wine Cemu.exe "\$@" +R600_DEBUG=nohyperz mesa_glthread=true vblank_mode=0 WINEESYNC=1 wine Cemu.exe "\$@" EOF1 chmod +x LaunchCEMUgcn3BOTW