cleanup/update mesa check
This commit is contained in:
parent
407ccf391b
commit
bc81dcb69f
@ -31,11 +31,9 @@ do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if ! $(glxinfo | grep -q "Mesa 18.3"); then
|
if ! $(glxinfo | grep -q -e 'Mesa 18.2' -e 'Mesa 18.3' -e 'Mesa 18.4' -e 'Mesa 19'); then
|
||||||
if ! $(glxinfo | grep -q "Mesa 18.2"); then
|
|
||||||
echo "You must install at least Mesa 18.2.0"
|
echo "You must install at least Mesa 18.2.0"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! $(glxinfo | grep -q "LLVM 8"); then
|
if ! $(glxinfo | grep -q "LLVM 8"); then
|
||||||
@ -117,6 +115,7 @@ fi
|
|||||||
cat > LaunchCEMU << EOF1
|
cat > LaunchCEMU << EOF1
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
export WINEPREFIX="$(realpath $instdir)/wine"
|
export WINEPREFIX="$(realpath $instdir)/wine"
|
||||||
|
#for cemuhook
|
||||||
export WINEDLLOVERRIDES="mscoree=;mshtml=;dbghelp.dll=n,b"
|
export WINEDLLOVERRIDES="mscoree=;mshtml=;dbghelp.dll=n,b"
|
||||||
|
|
||||||
if [ -z `winetricks list-installed|grep vcrun2015` ]; then
|
if [ -z `winetricks list-installed|grep vcrun2015` ]; then
|
||||||
@ -134,6 +133,7 @@ chmod +x LaunchCEMU
|
|||||||
cat > LaunchCEMUgcn3BOTW << EOF1
|
cat > LaunchCEMUgcn3BOTW << EOF1
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
export WINEPREFIX="$(realpath $instdir)/wine"
|
export WINEPREFIX="$(realpath $instdir)/wine"
|
||||||
|
#for cemuhook
|
||||||
export WINEDLLOVERRIDES="mscoree=;mshtml=;dbghelp.dll=n,b"
|
export WINEDLLOVERRIDES="mscoree=;mshtml=;dbghelp.dll=n,b"
|
||||||
|
|
||||||
if [ -z `winetricks list-installed|grep vcrun2015` ]; then
|
if [ -z `winetricks list-installed|grep vcrun2015` ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user