mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 12:38:14 +00:00
config/graphic: adjust for vmware driver
This commit is contained in:
parent
fdcd6db63d
commit
e42704e45d
@ -81,6 +81,9 @@ get_graphicdrivers() {
|
||||
fi
|
||||
|
||||
if [ "$drv" = "vmware" ]; then
|
||||
DRI_DRIVERS="$DRI_DRIVERS,swrast"
|
||||
GALLIUM_DRIVERS="$GALLIUM_DRIVERS,svga"
|
||||
XORG_DRIVERS="$XORG_DRIVERS vmware"
|
||||
XINERAMA_SUPPORT="yes"
|
||||
# LLVM_SUPPORT="yes"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user