add nvidia threading flag

This commit is contained in:
RealJohnGalt 2018-11-07 19:14:13 -08:00
parent bc81dcb69f
commit d314010562

View File

@ -126,7 +126,7 @@ if [ -z `winetricks list-installed|grep vcrun2015` ]; then
winetricks settings win7
fi
cd $(realpath $instdir)
mesa_glthread=true vblank_mode=0 WINEESYNC=0 wine $(realpath $instdir)/Cemu.exe "\$@"
mesa_glthread=true export __GL_THREADED_OPTIMIZATIONS=1 vblank_mode=0 WINEESYNC=0 wine $(realpath $instdir)/Cemu.exe "\$@"
EOF1
chmod +x LaunchCEMU