mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 22:30:07 +02:00
11 lines
153 B
C#
11 lines
153 B
C#
namespace Ryujinx.HLE.OsHle.Services.Lm
|
|
{
|
|
enum LmLogLevel
|
|
{
|
|
Trace,
|
|
Info,
|
|
Warning,
|
|
Error,
|
|
Critical
|
|
}
|
|
} |