Skip to content

Commit

Permalink
Fix launch on Steam Deck by using builtin dxgi
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Nov 28, 2023
1 parent 770be1d commit dd8393c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions com.jagex.Launcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ finish-args:
- --persist=jagexcache
- --env=WINEPREFIX=/var/data/wine
- --env=WINEARCH=win64
- --env=WINEDLLOVERRIDES=dxgi=b # Fix launch on Steam Deck by using builtin dxgi
- --env=GST_PLUGIN_SYSTEM_PATH=/app/lib32/gstreamer-1.0:/app/lib/gstreamer-1.0:/usr/lib/i386-linux-gnu/gstreamer-1.0:/usr/lib/x86_64-linux-gnu/gstreamer-1.0
sdk-extensions:
- org.freedesktop.Sdk.Compat.i386
Expand Down

0 comments on commit dd8393c

Please sign in to comment.