mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Request the dedicated GPU when starting Minetest from the .desktop
file (#9827)
See <https://www.hadess.net/2020/05/dual-gpu-support-launch-on-discrete-gpu.html> for more information about this newly added `.desktop` entry property.
This commit is contained in:
parent
7cb53791c3
commit
88bb8e57e6
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ Comment[tr]=Tek-Çok oyuncuyla küplerden sonsuz dünyalar inşa et
|
||||||
Exec=minetest
|
Exec=minetest
|
||||||
Icon=minetest
|
Icon=minetest
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
PrefersNonDefaultGPU=true
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Game;Simulation;
|
Categories=Game;Simulation;
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue