Settings cleanup

This commit is contained in:
Andy Adshead 2019-01-27 15:50:57 +00:00
commit 4839e48e49

View file

@ -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;