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.
This commit is contained in:
Hugo Locurcio 2020-05-06 21:09:40 +02:00
parent 50f4f0f9ae
commit b896ca8722
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C

View file

@ -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;