namespace Ryujinx.Common.Configuration { public enum GraphicsDebugLevel { None, Error, Performance, All } }