mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 13:37:08 +00:00
misc: chore: Merge into pattern
This commit is contained in:
parent
503dea74c2
commit
fa682d406e
157 changed files with 470 additions and 546 deletions
|
|
@ -1077,7 +1077,7 @@ namespace Ryujinx.UI.Common.Configuration
|
|||
{
|
||||
bool configurationFileUpdated = false;
|
||||
|
||||
if (configurationFileFormat.Version < 0 || configurationFileFormat.Version > ConfigurationFileFormat.CurrentVersion)
|
||||
if (configurationFileFormat.Version is < 0 or > ConfigurationFileFormat.CurrentVersion)
|
||||
{
|
||||
Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Unsupported configuration version {configurationFileFormat.Version}, loading default.");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue