summarylogtreecommitdiffstats
path: root/pokemonrevolution
diff options
context:
space:
mode:
Diffstat (limited to 'pokemonrevolution')
-rw-r--r--pokemonrevolution3
1 files changed, 2 insertions, 1 deletions
diff --git a/pokemonrevolution b/pokemonrevolution
index 18716170e4f8..8b49838f134e 100644
--- a/pokemonrevolution
+++ b/pokemonrevolution
@@ -5,7 +5,8 @@ GAMEBINARY="GAMEBINARYNAMESETBYPKGBUILD"
## enforce opengl to workaround a bug that makes the game start in direct3d mode on linux -> "-force-glcore"
## https://docs.unity3d.com/Manual/OpenGLCoreDetails.html
-OPTIONS="-force-glcore -screen-fullscreen 0"
+#OPTIONS="-force-glcore -screen-fullscreen 0 -force-wayland"
+OPTIONS=""
echo -e "--> \"${GAMEDIR}/${GAMEBINARY}\" ${OPTIONS} ${@}"
echo -e "..."