mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-23 21:12:08 +00:00
Revise naming conventions
This commit is contained in:
parent
57200a8a77
commit
3695186a4d
2 changed files with 2 additions and 2 deletions
|
|
@ -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, @" / _ \ __ __ __ __ / / (_) ___ ___ _");
|
||||
|
|
|
|||
|
|
@ -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}");
|
||||
|
|
|
|||
Loading…
Reference in a new issue