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

11 lines
153 B
C#
Raw Normal View History

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