mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-08 03:40:05 +00:00
clang format
This commit is contained in:
parent
8f25ac55fb
commit
e029a820f8
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue