mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 12:31:53 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue