diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-05-10 13:37:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 13:37:30 +0200 |
commit | 88bb8e57e6780130df1877e7a89bb56c9561ea6a (patch) | |
tree | d4ddf9a01f9cde611f82529dfc9319a96d177c6c /misc | |
parent | 7cb53791c3a6547164a9f8eae10ae8a2e2ddecdb (diff) | |
download | minetest-88bb8e57e6780130df1877e7a89bb56c9561ea6a.tar.gz minetest-88bb8e57e6780130df1877e7a89bb56c9561ea6a.tar.bz2 minetest-88bb8e57e6780130df1877e7a89bb56c9561ea6a.zip |
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.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/net.minetest.minetest.desktop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/net.minetest.minetest.desktop b/misc/net.minetest.minetest.desktop index ca493c44e..a94dbab1b 100644 --- a/misc/net.minetest.minetest.desktop +++ b/misc/net.minetest.minetest.desktop @@ -11,6 +11,7 @@ Comment[tr]=Tek-Çok oyuncuyla küplerden sonsuz dünyalar inşa et Exec=minetest Icon=minetest Terminal=false +PrefersNonDefaultGPU=true Type=Application Categories=Game;Simulation; StartupNotify=false |