11 lines
154 B
C#
Raw Normal View History

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