Fix older wine compatibility
This commit is contained in:
parent
fb6e4f5a20
commit
4470b93d1f
@ -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 $(realpath $instdir)/Cemu.exe "\$@"
|
mesa_glthread=true export __GL_THREADED_OPTIMIZATIONS=1 vblank_mode=0 WINEESYNC=0 wine Cemu.exe "\$@"
|
||||||
EOF1
|
EOF1
|
||||||
chmod +x LaunchCEMU
|
chmod +x LaunchCEMU
|
||||||
|
|
||||||
@ -162,7 +162,7 @@ if [ -z `winetricks list-installed|grep vcrun2015` ]; then
|
|||||||
winetricks settings win7
|
winetricks settings win7
|
||||||
fi
|
fi
|
||||||
cd $(realpath $instdir)
|
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
|
EOF1
|
||||||
chmod +x LaunchCEMUgcn3BOTW
|
chmod +x LaunchCEMUgcn3BOTW
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user