mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-27 21:42:23 -05:00
Improved logging (#103)
This commit is contained in:
11
Ryujinx.Core/OsHle/Services/Lm/LmLogLevel.cs
Normal file
11
Ryujinx.Core/OsHle/Services/Lm/LmLogLevel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Ryujinx.Core.OsHle.Services.Lm
|
||||
{
|
||||
enum LmLogLevel
|
||||
{
|
||||
Trace,
|
||||
Info,
|
||||
Warning,
|
||||
Error,
|
||||
Critical
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user