fixing steam deck game mode... somehow

fixes #60
This commit is contained in:
PancakeTAS 2025-07-11 23:01:02 +02:00
parent d4e4ec8df6
commit bc481e65a5
No known key found for this signature in database

View file

@ -104,7 +104,7 @@ namespace {
frameGen + 1);
auto queue = Utils::findQueue(*pDevice, physicalDevice, pCreateInfo,
VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT);
VK_QUEUE_GRAPHICS_BIT);
Log::debug("hooks", "Found queue at index {}: {:x}",
queue.first, reinterpret_cast<uintptr_t>(queue.second));