switched cafeLog_logLine() with cemuLog_log()

This commit is contained in:
JP-Carr 2023-03-25 16:22:30 +00:00 committed by Exzap
parent 18a266155f
commit a7f6043205
3 changed files with 4 additions and 4 deletions

View file

@ -80,7 +80,7 @@ VKAPI_ATTR VkBool32 VKAPI_CALL DebugUtilsCallback(VkDebugUtilsMessageSeverityFla
#endif
cafeLog_logLine(LOG_TYPE_FORCE, (char*)pCallbackData->pMessage);
cemuLog_log(LogType::Force, (char*)pCallbackData->pMessage);
return VK_FALSE;
}