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:
parent
50f4f0f9ae
commit
b896ca8722
|
@ -5,6 +5,7 @@ Comment=Multi-platform 2D and 3D game engine with a feature-rich editor
|
||||||
Exec=godot %f
|
Exec=godot %f
|
||||||
Icon=godot
|
Icon=godot
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
PrefersNonDefaultGPU=true
|
||||||
Type=Application
|
Type=Application
|
||||||
MimeType=application/x-godot-project;
|
MimeType=application/x-godot-project;
|
||||||
Categories=Development;IDE;
|
Categories=Development;IDE;
|
||||||
|
|
Loading…
Reference in New Issue