mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00:00
vk: Fix build
This commit is contained in:
parent
b44e2d3b30
commit
6d976b5d90
@ -81,11 +81,7 @@ namespace vk
|
||||
return fault_message;
|
||||
}
|
||||
|
||||
void die_with_error(VkResult error_code, std::string message,
|
||||
const char* file,
|
||||
const char* func,
|
||||
u32 line,
|
||||
u32 col)
|
||||
void die_with_error(VkResult error_code, std::string message, std::source_location src_loc)
|
||||
{
|
||||
std::string error_message, extra_info;
|
||||
int severity = 0; // 0 - die, 1 - warn, 2 - nothing
|
||||
|
Loading…
x
Reference in New Issue
Block a user