mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
vulkan: Add instruction for Persona 4 : Arena
This commit is contained in:
parent
427270884c
commit
3fbc3a3f00
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ namespace vk
|
|||
{
|
||||
switch (gl_name)
|
||||
{
|
||||
case CELL_GCM_NEVER:
|
||||
return VK_COMPARE_OP_NEVER;
|
||||
case CELL_GCM_GREATER:
|
||||
return VK_COMPARE_OP_GREATER;
|
||||
case CELL_GCM_LESS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue