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) switch (gl_name)
{ {
case CELL_GCM_NEVER:
return VK_COMPARE_OP_NEVER;
case CELL_GCM_GREATER: case CELL_GCM_GREATER:
return VK_COMPARE_OP_GREATER; return VK_COMPARE_OP_GREATER;
case CELL_GCM_LESS: case CELL_GCM_LESS: