diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-05-06 21:09:40 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-05-06 21:09:40 +0200 |
commit | b896ca8722df0bd6a2597d9660613bbcdc7aaa8f (patch) | |
tree | 31ceb0c32a720568d41e13dfdb359e0c5fc4fc25 /misc/dist/linux | |
parent | 50f4f0f9aedc904acabab0f01d03cb3784d704a3 (diff) |
Request the dedicated GPU when starting Godot from the `.desktop` file
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.
Diffstat (limited to 'misc/dist/linux')
-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; |