0
0
Fork 0
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2024-10-19 20:01:40 +00:00
ryujinx-fork/Ryujinx.Core/OsHle/Services/Lm/LmLogLevel.cs

11 lines
154 B
C#
Raw Normal View History

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