mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-17 08:24:17 +00:00
Move solution and projects to src
This commit is contained in:
11
src/Ryujinx.Horizon/Sdk/Diag/LogSeverity.cs
Normal file
11
src/Ryujinx.Horizon/Sdk/Diag/LogSeverity.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Ryujinx.Horizon.Sdk.Diag
|
||||
{
|
||||
enum LogSeverity : byte
|
||||
{
|
||||
Trace = 0,
|
||||
Info = 1,
|
||||
Warn = 2,
|
||||
Error = 3,
|
||||
Fatal = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user