diff options
| author | Ali Homafar <home.isfar@gmail.com> | 2024-08-28 17:42:54 -0400 |
|---|---|---|
| committer | Ali Homafar <home.isfar@gmail.com> | 2024-08-28 17:42:54 -0400 |
| commit | 02e9a8feaf465bdafe7b9c4ce8219d89a115d8ce (patch) | |
| tree | 317cc7bf5c314409c6f6b32b571183c100560c12 /Source/Core/VideoCommon/OpcodeDecoding.cpp | |
| parent | 22ed1dddca72d7e2d29efdc287238e17b36a82f0 (diff) | |
vulkan: Add line number to vulkan error logger
This is a minor improvement to add line numbers to the LOG_VULKAN_ERROR
define. Basically error logs for Vulkan will now look like:
```
// This
25:03:347 VideoBackends/Vulkan/VulkanLoader.cpp:247 E[Video]: (WaitForCommandBufferCompletion:278) vkWaitForFences failed: (2: VK_TIMEOUT)
// Instead of
15:45:154 VideoBackends/Vulkan/VulkanLoader.cpp:247 E[Video]: (WaitForCommandBufferCompletion) vkWaitForFences failed: (2: VK_TIMEOUT)
```
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.cpp')
0 files changed, 0 insertions, 0 deletions
