ryubing/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs

11 lines
152 B
C#

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