Changes ordering of config.json and configuration files (#2253)
This allows configuration values to be written to log file for analysis
This commit is contained in:
parent
8a81be9eca
commit
1998a3a90a
3 changed files with 9 additions and 8 deletions
|
@ -18,6 +18,11 @@ namespace Ryujinx.Configuration
|
|||
|
||||
public int Version { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Enables or disables logging to a file on disk
|
||||
/// </summary>
|
||||
public bool EnableFileLog { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Resolution Scale. An integer scale applied to applicable render targets. Values 1-4, or -1 to use a custom floating point scale instead.
|
||||
/// </summary>
|
||||
|
@ -88,10 +93,6 @@ namespace Ryujinx.Configuration
|
|||
/// </summary>
|
||||
public GraphicsDebugLevel LoggingGraphicsDebugLevel { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Enables or disables logging to a file on disk
|
||||
/// </summary>
|
||||
public bool EnableFileLog { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Change System Language
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue