diff --git a/src/video_core/renderer_vulkan/vk_stream_buffer.cpp b/src/video_core/renderer_vulkan/vk_stream_buffer.cpp index c28be1ff2..a12ab53e1 100644 --- a/src/video_core/renderer_vulkan/vk_stream_buffer.cpp +++ b/src/video_core/renderer_vulkan/vk_stream_buffer.cpp @@ -81,7 +81,7 @@ u32 GetMemoryType(const vk::PhysicalDeviceMemoryProperties& properties, BufferTy // If we reach here, we couldn't find any suitable memory type UNREACHABLE_MSG("Failed to find a suitable memory type for buffer type {}", -+ BufferTypeName(type)); + BufferTypeName(type)); } constexpr u64 WATCHES_INITIAL_RESERVE = 0x4000;