Cemu/src
oltolm a057c14fdd Vulkan: gate transform feedback usage without VK_EXT_transform_feedback
Avoid the validation warning when creating the streamout ring buffer on devices without VK_EXT_transform_feedback.

Warning: vkCreateBuffer(): pCreateInfo->usage has VkBufferUsageFlagBits values (VK_BUFFER_USAGE_TRANSFER_SRC_BIT|VK_BUFFER_USAGE_STORAGE_BUFFER_BIT|VK_BUFFER_USAGE_TRANSFORM_FEEDBACK_BUFFER_BIT_EXT) that requires the extensions VK_EXT_transform_feedback.
2026-05-16 10:50:02 +02:00
..
audio build: Remove unnecessary includes to improve compile times 2026-03-24 04:15:28 +01:00
Cafe Vulkan: gate transform feedback usage without VK_EXT_transform_feedback 2026-05-16 10:50:02 +02:00
Cemu PPCAsm: Fix string parsing when string contains escaped double quote 2026-05-06 04:24:48 +02:00
Common coreinit: Always try to print symbols for PPC stack traces 2026-04-30 02:37:32 +02:00
config build+Latte: Add working ENABLE_OPENGL and ENABLE_VULKAN build options (#1887) 2026-05-09 15:03:25 +02:00
gui gui: improve graphic pack download buttons 2026-05-15 00:58:10 +02:00
imgui build+Latte: Add working ENABLE_OPENGL and ENABLE_VULKAN build options (#1887) 2026-05-09 15:03:25 +02:00
input Input: Fix race condition in button mapping access (#1900) 2026-05-15 20:30:49 +02:00
resource ci+mac: Codesign macOS app bundle (#1875) 2026-04-16 03:26:26 +02:00
tools Add Metal backend (#1287) 2025-12-06 17:14:25 +01:00
util build+input: Make SDL optional (#1895) 2026-05-09 15:27:26 +02:00
CMakeLists.txt build+input: Make SDL optional (#1895) 2026-05-09 15:27:26 +02:00
main.cpp build+input: Make SDL optional (#1895) 2026-05-09 15:27:26 +02:00
mainLLE.cpp UI+build: Isolate wxWidgets code from non-GUI code (#1633) 2025-07-15 04:28:41 +02:00