mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-02-24 06:04:33 +01:00
chore: Fix .ctor message source
This commit is contained in:
parent
2f540dc88c
commit
ff667a5c84
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user