diff options
author | MutantAura <44103205+MutantAura@users.noreply.github.com> | 2022-07-24 19:44:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-24 15:44:47 -0300 |
commit | 62f8ceb60b969db65a24d312dde7c6513a07ec46 (patch) | |
tree | a52eaac963d4286f5cac0fabcd4d02b296d3c5fc /Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs | |
parent | 1a888ae0871c5ef590c92b992b87f01f05a19637 (diff) |
Resolution scaling hotkeys (#3185)1.1.191
* hotkeys
* comments
* update implementation to include custom scales
* copypasta
* review changes
* hotkeys
* comments
* update implementation to include custom scales
* copypasta
* review changes
* Remove outdated configuration and force hotkeys unbound
* Add avalonia support
* Fix configuration file
* Update GTK implementation and fix config... again.
* Remove legacy implementation + nits
* Avalonia locales (DeepL)
* review
* Remove colon from chinese locale
* Update ConfigFile
* locale fix
Diffstat (limited to 'Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs')
-rw-r--r-- | Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs b/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs index 28a2956a..126399e7 100644 --- a/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs +++ b/Ryujinx.Ui.Common/Configuration/ConfigurationFileFormat.cs @@ -14,7 +14,7 @@ namespace Ryujinx.Ui.Common.Configuration /// <summary> /// The current version of the file format /// </summary> - public const int CurrentVersion = 38; + public const int CurrentVersion = 39; /// <summary> /// Version of the configuration file format @@ -80,7 +80,7 @@ namespace Ryujinx.Ui.Common.Configuration /// Enables printing error log messages /// </summary> public bool LoggingEnableError { get; set; } - + /// <summary> /// Enables printing trace log messages /// </summary> |