vk: fix no-aftermatch build

This commit is contained in:
Ivan Avdeev 2022-09-03 14:24:19 -07:00
parent 61b2ced49f
commit e1b570fc8f
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ void R_Vk_NV_Checkpoint_Dump(void);
} \
} while(0)
#else
#define DEBUG_CHECKPOINTF(...)
#define DEBUG_NV_CHECKPOINTF(...)
#define R_Vk_NV_Checkpoint_Dump()
#endif