diff --git a/rpcs3/Emu/RSX/VK/vkutils/device.h b/rpcs3/Emu/RSX/VK/vkutils/device.h index 09ca7e6c63..e6b0372741 100644 --- a/rpcs3/Emu/RSX/VK/vkutils/device.h +++ b/rpcs3/Emu/RSX/VK/vkutils/device.h @@ -9,7 +9,7 @@ #include #include -#define DESCRIPTOR_MAX_DRAW_CALLS 16384 +#define DESCRIPTOR_MAX_DRAW_CALLS 32768 namespace vk {