mirror of
https://github.com/PabloMK7/citra.git
synced 2025-04-28 19:17:58 +03:00
fix typo
This commit is contained in:
parent
e029a820f8
commit
05e657414a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue