namespace Ryujinx.HLE.OsHle.Services.Lm { enum LmLogLevel { Trace, Info, Warning, Error, Critical } }