summaryrefslogtreecommitdiff
path: root/src/video_core
diff options
context:
space:
mode:
authorGravatar Andrea Pappacoda2022-04-02 16:34:07 +0200
committerGravatar Andrea Pappacoda2022-04-02 16:34:07 +0200
commit0c214cb5b9f209df5f0a00e4bde16f8d295b8301 (patch)
treebb1013e9543cc306d0425551eb0754b29b3694bb /src/video_core
parentMerge pull request #8128 from FernandoS27/gc-fixes (diff)
downloadyuzu-0c214cb5b9f209df5f0a00e4bde16f8d295b8301.tar.gz
yuzu-0c214cb5b9f209df5f0a00e4bde16f8d295b8301.tar.xz
yuzu-0c214cb5b9f209df5f0a00e4bde16f8d295b8301.zip
fix: typos
Diffstat (limited to 'src/video_core')
-rw-r--r--src/video_core/vulkan_common/vulkan_device.cpp2
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
736} 736}
737 737
738void Device::ReportLoss() const { 738void Device::ReportLoss() const {
739 LOG_CRITICAL(Render_Vulkan, "Device loss occured!"); 739 LOG_CRITICAL(Render_Vulkan, "Device loss occurred!");
740 740
741 // Wait for the log to flush and for Nsight Aftermath to dump the results 741 // Wait for the log to flush and for Nsight Aftermath to dump the results
742 std::this_thread::sleep_for(std::chrono::seconds{15}); 742 std::this_thread::sleep_for(std::chrono::seconds{15});