Files
the-beast-roofer-edition/Ryujinx.HLE/Logging/LogLevel.cs
T

12 lines
145 B
C#

namespace Ryujinx.HLE.Logging
{
public enum LogLevel
{
Debug,
Stub,
Info,
Warning,
Error
}
}