Settings cleanup
This commit is contained in:
parent
8518a67481
commit
4839e48e49
1 changed files with 5 additions and 4 deletions
|
@ -6,9 +6,10 @@ namespace Ryujinx.Profiler
|
|||
{
|
||||
public class ProfilerSettings
|
||||
{
|
||||
public bool Enabled = true;
|
||||
public bool FileDumpEnabled = false;
|
||||
public string DumpLocation = "";
|
||||
public float UpdateRate = 0.1f;
|
||||
// Default settings for profiler
|
||||
public bool Enabled = false;
|
||||
public bool FileDumpEnabled = false;
|
||||
public string DumpLocation = "";
|
||||
public float UpdateRate = 0.1f;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue