Ryujinx/Ryujinx.Core/OsHle/Services/Lm/LmLogLevel.cs

11 lines
154 B
C#
Raw Normal View History

2018-04-24 20:57:39 +02:00
namespace Ryujinx.Core.OsHle.Services.Lm
{
enum LmLogLevel
{
Trace,
Info,
Warning,
Error,
Critical
}
}