Logging the current firmware version (#1199)
* Logging the curent firmware version * fixed an error in cases when firmware is not installed
This commit is contained in:
parent
371b9999f2
commit
8be7335176
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user