1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-11 00:16:39 +00:00
Ryujinx/Ryujinx.Core/OsHle/Services/Lm/LmLogLevel.cs

11 lines
154 B
C#
Raw Normal View History

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