1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-23 03:02:53 +01:00

vulkan: Add instruction for Persona 4 : Arena

This commit is contained in:
Zangetsu38 2016-03-25 02:28:12 +01:00 committed by Vincent Lejeune
parent 427270884c
commit 3fbc3a3f00

View File

@ -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: