This commit is contained in:
RealJohnGalt 2018-12-09 14:00:16 -08:00
parent 4470b93d1f
commit 6592411b0a

View File

@ -144,7 +144,7 @@ if [ -z `winetricks list-installed|grep vcrun2015` ]; then
winetricks settings win7 winetricks settings win7
fi fi
cd $(realpath $instdir) 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 EOF1
chmod +x LaunchCEMU chmod +x LaunchCEMU