mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-08 17:31:29 -06:00
Notify the user that RADV_DEBUG has been set
This commit is contained in:
parent
e5566d31fb
commit
c4996b88d0
@ -338,6 +338,7 @@ void VulkanRenderer::GetDeviceFeatures()
|
||||
|
||||
#if BOOST_OS_LINUX
|
||||
#include <sys/wait.h>
|
||||
#include "resource/IconsFontAwesome5.h"
|
||||
|
||||
int BreathOfTheWildChildProcessMain()
|
||||
{
|
||||
@ -457,6 +458,8 @@ static void LinuxBreathOfTheWildWorkaround(VkInstance& instance, const VkInstanc
|
||||
throw std::runtime_error(fmt::format("Unable to re-create a Vulkan instance after RADV/LLVM workaround: {}", err));
|
||||
InitializeInstanceVulkan(instance);
|
||||
|
||||
LatteOverlay_pushNotification(std::string{(const char*)ICON_FA_EXCLAMATION_TRIANGLE} + "RADV_DEBUG=llvm set automatically to avoid crashing due to a driver bug. If possible update mesa to 26.0.5 or newer", 10'000);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user