config: option to select gpu for vk device

This commit is contained in:
psucien 2024-04-28 01:19:04 +02:00
parent 249373bf0d
commit 453b24eb20
3 changed files with 12 additions and 3 deletions

View file

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