mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
Merge branch 'main' of https://github.com/Naomi-Kali/shadPS4
This commit is contained in:
commit
81f1af2f6f
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ vk::CompareOp DepthCompare(AmdGpu::DepthCompare comp) {
|
|||
return vk::CompareOp::eAlways;
|
||||
default:
|
||||
UNREACHABLE_MSG("Unknown depth compare op {}", u32(comp));
|
||||
UNREACHABLE();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue