From 13f3d9138796b6fe1c8603f73c63d748663289f8 Mon Sep 17 00:00:00 2001 From: goeiecool9999 <7033575+goeiecool9999@users.noreply.github.com> Date: Sat, 14 Dec 2024 22:28:57 +0100 Subject: [PATCH] Add thread name, remove forward declarations for removed functions --- src/Cafe/HW/Latte/Core/LatteShaderCache.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Cafe/HW/Latte/Core/LatteShaderCache.cpp b/src/Cafe/HW/Latte/Core/LatteShaderCache.cpp index 8d0e495d..9b24de45 100644 --- a/src/Cafe/HW/Latte/Core/LatteShaderCache.cpp +++ b/src/Cafe/HW/Latte/Core/LatteShaderCache.cpp @@ -69,9 +69,6 @@ void LatteShaderCache_LoadVulkanPipelineCache(uint64 cacheTitleId); bool LatteShaderCache_updatePipelineLoadingProgress(); void LatteShaderCache_ShowProgress(const std::function & loadUpdateFunc, bool isPipelines); -void LatteShaderCache_InitBootSound(); -void LatteShaderCache_ShutdownBootSound(); - void LatteShaderCache_handleDeprecatedCacheFiles(fs::path pathGeneric, fs::path pathGenericPre1_25_0, fs::path pathGenericPre1_16_0); struct @@ -201,6 +198,7 @@ class BootSoundPlayer void StreamBootSound() { + SetThreadName("bootsnd"); constexpr sint32 sampleRate = 48'000; constexpr sint32 bitsPerSample = 16; constexpr sint32 samplesPerBlock = sampleRate / 10; // block is 1/10th of a second