From bc481e65a5b848115762e1ea00d0121cb6a5a4eb Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Fri, 11 Jul 2025 23:01:02 +0200 Subject: [PATCH] fixing steam deck game mode... somehow fixes #60 --- src/hooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks.cpp b/src/hooks.cpp index 6f7c12b..dff7d95 100644 --- a/src/hooks.cpp +++ b/src/hooks.cpp @@ -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(queue.second));