Skip to content

Commit

Permalink
Request the dedicated GPU when starting Godot from the .desktop file
Browse files Browse the repository at this point in the history
See <https://www.hadess.net/2020/05/dual-gpu-support-launch-on-discrete-gpu.html>
for more information on this newly added `.desktop` entry property.

(cherry picked from commit b896ca8)
  • Loading branch information
Calinou authored and akien-mga committed May 6, 2020
1 parent f8b06c8 commit bab5953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/dist/linux/org.godotengine.Godot.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Comment=Multi-platform 2D and 3D game engine with a feature-rich editor
Exec=godot %f
Icon=godot
Terminal=false
PrefersNonDefaultGPU=true
Type=Application
MimeType=application/x-godot-project;
Categories=Development;IDE;

0 comments on commit bab5953

Please sign in to comment.