mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 07:38:41 +00:00
Update liverpool_to_vk.cpp
Update
This commit is contained in:
parent
2db748889b
commit
8c508a2346
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ vk::CompareOp DepthCompare(AmdGpu::DepthCompare comp) {
|
||||||
return vk::CompareOp::eAlways;
|
return vk::CompareOp::eAlways;
|
||||||
/// Missing AMG Gpu default statement
|
/// Missing AMG Gpu default statement
|
||||||
default:
|
default:
|
||||||
throw std::invalid_argument("Unsupported DeepCompare");
|
UNREACHABLE_MSG("Unknown depth compare op {}", u32(comp));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue