Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
i0x404 authored Aug 23, 2024
1 parent e029a82 commit 05e6574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video_core/renderer_vulkan/vk_stream_buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 05e6574

Please sign in to comment.