Force GDK_BACKEND to x11

Fixes PCSX2 on Wayland
This commit is contained in:
František Zatloukal 2016-10-17 15:37:14 +02:00 committed by Gregory Hainaut
parent c2cf8e528c
commit a9bc568217
1 changed files with 1 additions and 1 deletions

View File

@ -72,4 +72,4 @@ then
fi
# And finally launch me
LD_LIBRARY_PATH="$MY_LD_LIBRARY_PATH" __GL_THREADED_OPTIMIZATIONS=1 $DIR/PCSX2 "$@"
GDK_BACKEND=x11 LD_LIBRARY_PATH="$MY_LD_LIBRARY_PATH" __GL_THREADED_OPTIMIZATIONS=1 $DIR/PCSX2 "$@"