|
|
@@ -351,6 +351,8 @@ namespace Ryujinx.Ui
|
|
|
Graphics.Gpu.GraphicsConfig.MaxAnisotropy = ConfigurationState.Instance.Graphics.MaxAnisotropy;
|
|
|
Graphics.Gpu.GraphicsConfig.ShadersDumpPath = ConfigurationState.Instance.Graphics.ShadersDumpPath;
|
|
|
|
|
|
+ Logger.PrintInfo(LogClass.Application, $"Using Firmware Version: {_contentManager.GetCurrentFirmwareVersion()?.VersionString}");
|
|
|
+
|
|
|
if (Directory.Exists(path))
|
|
|
{
|
|
|
string[] romFsFiles = Directory.GetFiles(path, "*.istorage");
|