diff --git a/src/video_core/renderer_vulkan/vk_stream_buffer.cpp b/src/video_core/renderer_vulkan/vk_stream_buffer.cpp index 735fc34b97..c28be1ff24 100644 --- a/src/video_core/renderer_vulkan/vk_stream_buffer.cpp +++ b/src/video_core/renderer_vulkan/vk_stream_buffer.cpp @@ -80,7 +80,8 @@ 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)); + UNREACHABLE_MSG("Failed to find a suitable memory type for buffer type {}", ++ BufferTypeName(type)); } constexpr u64 WATCHES_INITIAL_RESERVE = 0x4000;