Skip to content

Commit

Permalink
lutris: force dolphin-emu to use X until Wayland is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
kira-bruneau committed Oct 17, 2020
1 parent 1f5cb2a commit f89a304
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lutris/.config/lutris/runners/dolphin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
dolphin:
nogui: true
runner_executable: /home/kira/.nix-profile/bin/dolphin-emu
system:
disable_runtime: true
env:
QT_AUTO_SCREEN_SCALE_FACTOR: '1'
QT_QPA_PLATFORM: xcb
postexit_command: /home/kira/bin/scale-up
prelaunch_command: /home/kira/bin/scale-down
prelaunch_wait: true

0 comments on commit f89a304

Please sign in to comment.