mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-23 13:02:08 +00:00
Remove splash text randomization between title launches
This commit is contained in:
parent
041e4f9d35
commit
311330c79f
2 changed files with 0 additions and 6 deletions
|
|
@ -25,11 +25,6 @@ namespace Ryujinx.Common
|
|||
|
||||
private static string _Final_Splash = "";
|
||||
|
||||
public static void RefreshSplash()
|
||||
{
|
||||
_Final_Splash = _Get_Lang_Json();
|
||||
}
|
||||
|
||||
public static string GetSplash()
|
||||
{
|
||||
if (string.IsNullOrEmpty(_Final_Splash))
|
||||
|
|
|
|||
|
|
@ -1221,7 +1221,6 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
throw new ArgumentException($"Unknown Progress Handler type {typeof(T)}");
|
||||
}
|
||||
});
|
||||
SplashTextHelper.RefreshSplash();
|
||||
}
|
||||
|
||||
private void PrepareLoadScreen()
|
||||
|
|
|
|||
Loading…
Reference in a new issue