Revise naming conventions

This commit is contained in:
Awesomeangotti 2026-04-25 17:31:31 -04:00 committed by Awesomeangotti
parent 57200a8a77
commit 3695186a4d
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ namespace Ryujinx.Common
// My code is crappy and I know it. Props to VewDev for assisting me in these shenanigans. - Awesomeangotti
public class StartupTextHelper
{
public static void MakeSplash()
public static void PrintSplash()
{
Logger.Notice.Print(LogClass.Application, " ___ __ _ ");
Logger.Notice.Print(LogClass.Application, @" / _ \ __ __ __ __ / / (_) ___ ___ _");

View file

@ -438,7 +438,7 @@ namespace Ryujinx.Ava
internal static void PrintSystemInfo()
{
// Print the ryubing logo + joke splash
StartupTextHelper.MakeSplash();
StartupTextHelper.PrintSplash();
Logger.Notice.Print(LogClass.Application, $"{RyujinxApp.FullAppName} Version: {Version}");
Logger.Notice.Print(LogClass.Application, $".NET Runtime: {RuntimeInformation.FrameworkDescription}");