0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-09 15:51:59 +00:00

chore: Fix .ctor message source

This commit is contained in:
Evan Husted 2024-12-24 01:35:27 -06:00
parent 2f540dc88c
commit ff667a5c84

View file

@ -65,7 +65,7 @@ namespace Ryujinx.Ava.UI.Renderer
string backendText = EmbeddedWindow is EmbeddedWindowVulkan ? "Vulkan" : "Metal";
Logger.Info?.Print(LogClass.Gpu, $"Auto: Using {backendText}");
Logger.Info?.PrintMsg(LogClass.Gpu, $"Auto: Using {backendText}");
break;
case GraphicsBackend.OpenGl: