mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-23 13:02:08 +00:00
Additional possible splashes.
This commit is contained in:
parent
baf3764baa
commit
a9e84258e0
2 changed files with 8 additions and 3 deletions
|
|
@ -46,7 +46,12 @@ namespace Ryujinx.Common
|
|||
"Im sorry dave. I'm afraid I can't do that.",
|
||||
"That's no moon",
|
||||
"Sir, finishing this fight.",
|
||||
|
||||
"I see how it is...",
|
||||
"Space! The final frontier!",
|
||||
"If you could not tell already, I love making bad jokes : )",
|
||||
"this.",
|
||||
"Probably contains no baked beans",
|
||||
"Y'all ready for this?",
|
||||
};
|
||||
Random randomobj = new();
|
||||
int randindex = randomobj.Next(0, splashes.Count);
|
||||
|
|
|
|||
|
|
@ -431,8 +431,8 @@ namespace Ryujinx.Ava
|
|||
|
||||
internal static void PrintSystemInfo()
|
||||
{
|
||||
|
||||
StartupTextHelper.StartupSplash();
|
||||
// The ryubing logo is now called inside this thing.
|
||||
StartupTextHelper.StartupSplash();
|
||||
|
||||
Logger.Notice.Print(LogClass.Application, $"{RyujinxApp.FullAppName} Version: {Version}");
|
||||
Logger.Notice.Print(LogClass.Application, $".NET Runtime: {RuntimeInformation.FrameworkDescription}");
|
||||
|
|
|
|||
Loading…
Reference in a new issue