Skip to content

Commit

Permalink
chore: Fix .ctor message source
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Dec 24, 2024
1 parent 2f540dc commit ff667a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ryujinx/UI/Renderer/RendererHost.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public RendererHost(string titleId)

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:
Expand Down

0 comments on commit ff667a5

Please sign in to comment.