Remove splash text randomization between title launches

This commit is contained in:
awesomeangotti 2026-05-19 12:28:55 -04:00 committed by Awesomeangotti
parent 041e4f9d35
commit 311330c79f
2 changed files with 0 additions and 6 deletions

View file

@ -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))

View file

@ -1221,7 +1221,6 @@ namespace Ryujinx.Ava.UI.ViewModels
throw new ArgumentException($"Unknown Progress Handler type {typeof(T)}");
}
});
SplashTextHelper.RefreshSplash();
}
private void PrepareLoadScreen()