mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-16 00:20:18 +00:00
11 lines
No EOL
170 B
C#
11 lines
No EOL
170 B
C#
namespace Ryujinx.Horizon.Sdk.Diag
|
|
{
|
|
enum LogSeverity : byte
|
|
{
|
|
Trace = 0,
|
|
Info = 1,
|
|
Warn = 2,
|
|
Error = 3,
|
|
Fatal = 4
|
|
}
|
|
} |