mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-16 21:33:51 +02:00
Remove libglesv2 WINEDLLOVERRIDES (#958)
Apparently very much doesn't like the new GPU renderer (I thought it was for the overlay only?)
This commit is contained in:
@@ -75,7 +75,6 @@ rm vrcx.zip
|
||||
|
||||
echo "#!/usr/bin/env bash
|
||||
export WINEPREFIX=$WINEPREFIX
|
||||
export WINEDLLOVERRIDES="libglesv2=d" # Workaround for https://bugs.winehq.org/show_bug.cgi?id=44985
|
||||
wine $WINEPREFIX/drive_c/vrcx/VRCX.exe" > $WINEPREFIX/drive_c/vrcx/vrcx
|
||||
chmod +x $WINEPREFIX/drive_c/vrcx/vrcx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user