diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-05-06 21:32:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 21:32:42 +0200 |
commit | 804ee245a74157d82ce5f053e11f5f8e3479f30e (patch) | |
tree | 31ceb0c32a720568d41e13dfdb359e0c5fc4fc25 | |
parent | 50f4f0f9aedc904acabab0f01d03cb3784d704a3 (diff) | |
parent | b896ca8722df0bd6a2597d9660613bbcdc7aaa8f (diff) |
Merge pull request #38519 from Calinou/linux-desktop-prefer-non-default-gpu
Request the dedicated GPU when starting Godot from the `.desktop` file
-rw-r--r-- | misc/dist/linux/org.godotengine.Godot.desktop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/dist/linux/org.godotengine.Godot.desktop b/misc/dist/linux/org.godotengine.Godot.desktop index c8b99207f8..8b74234174 100644 --- a/misc/dist/linux/org.godotengine.Godot.desktop +++ b/misc/dist/linux/org.godotengine.Godot.desktop @@ -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; |