mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 17:48:32 +00:00
11 lines
154 B
C#
11 lines
154 B
C#
namespace Ryujinx.Core.OsHle.Services.Lm
|
|
{
|
|
enum LmLogLevel
|
|
{
|
|
Trace,
|
|
Info,
|
|
Warning,
|
|
Error,
|
|
Critical
|
|
}
|
|
} |