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:
parent
2f540dc88c
commit
ff667a5c84
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ namespace Ryujinx.Ava.UI.Renderer
|
||||||
|
|
||||||
string backendText = EmbeddedWindow is EmbeddedWindowVulkan ? "Vulkan" : "Metal";
|
string backendText = EmbeddedWindow is EmbeddedWindowVulkan ? "Vulkan" : "Metal";
|
||||||
|
|
||||||
Logger.Info?.Print(LogClass.Gpu, $"Auto: Using {backendText}");
|
Logger.Info?.PrintMsg(LogClass.Gpu, $"Auto: Using {backendText}");
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case GraphicsBackend.OpenGl:
|
case GraphicsBackend.OpenGl:
|
||||||
|
|
Loading…
Reference in a new issue