mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 21:41:19 +12:00
switched cafeLog_logLine() with cemuLog_log()
This commit is contained in:
parent
18a266155f
commit
a7f6043205
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue