video_core: prefer discrete gpu if available (#116)

* video_core: prefer discrete gpu if available

* ci: Upgrade to clang format 17

* rewrite w\o std::zip usage

---------

Co-authored-by: raphaelthegreat <47210458+raphaelthegreat@users.noreply.github.com>
This commit is contained in:
psucien 2024-04-29 23:19:12 +02:00 committed by GitHub
parent d496fab492
commit 2696733cad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 37 additions and 14 deletions

View file

@ -16,7 +16,7 @@ std::string getLogType();
u32 getScreenWidth();
u32 getScreenHeight();
u32 getGpuId();
s32 getGpuId();
bool debugDump();
bool isLleLibc();