From 6592411b0a99a18f156caf20c0032b4983bc9edd Mon Sep 17 00:00:00 2001 From: RealJohnGalt Date: Sun, 9 Dec 2018 14:00:16 -0800 Subject: [PATCH] fix --- cemutil.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cemutil.sh b/cemutil.sh index 9926abf..08a3258 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 Cemu.exe "\$@" +mesa_glthread=true __GL_THREADED_OPTIMIZATIONS=1 vblank_mode=0 WINEESYNC=0 wine Cemu.exe "\$@" EOF1 chmod +x LaunchCEMU