mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-02 02:47:06 +00:00
8420377789
Currently we always choose the best device. But it's not always
desirable. A more safe approach is to use the default device (with
index 0). The only downside of that is if a user didn't adjust
settings then the game might run on an integrated GPU instead of a
discrete one. In the future it'll be solved by selecting GPU in
options: #8529
Fixes #8455
(cherry picked from commit 485200342d)
Signed-off-by: phosit <phosit@autistici.org>