Fix older wine compatibility

This commit is contained in:
RealJohnGalt 2018-11-21 12:53:16 -08:00
parent fb6e4f5a20
commit 4470b93d1f

View File

@ -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