mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-04 13:47:46 +02:00
11 lines
No EOL
154 B
C#
11 lines
No EOL
154 B
C#
namespace Ryujinx.Core.OsHle.Services.Lm
|
|
{
|
|
enum LmLogLevel
|
|
{
|
|
Trace,
|
|
Info,
|
|
Warning,
|
|
Error,
|
|
Critical
|
|
}
|
|
} |