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