diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-04-02 15:35:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-02 15:35:14 -0400 |
commit | 1cb83c91a65168030362a1a78d26dd7f822a839a (patch) | |
tree | bb1013e9543cc306d0425551eb0754b29b3694bb /src/video_core | |
parent | 550844e5e8e52edfb88bffefc4663d64b9b49b88 (diff) | |
parent | 0c214cb5b9f209df5f0a00e4bde16f8d295b8301 (diff) |
Merge pull request #8142 from Tachi107/typos
fix: typos
Diffstat (limited to 'src/video_core')
-rw-r--r-- | src/video_core/vulkan_common/vulkan_device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp index 4a5de9ddf..f3a05ada9 100644 --- a/src/video_core/vulkan_common/vulkan_device.cpp +++ b/src/video_core/vulkan_common/vulkan_device.cpp @@ -736,7 +736,7 @@ VkFormat Device::GetSupportedFormat(VkFormat wanted_format, VkFormatFeatureFlags } void Device::ReportLoss() const { - LOG_CRITICAL(Render_Vulkan, "Device loss occured!"); + LOG_CRITICAL(Render_Vulkan, "Device loss occurred!"); // Wait for the log to flush and for Nsight Aftermath to dump the results std::this_thread::sleep_for(std::chrono::seconds{15}); |