Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation
This commit is contained in:
11
Ryujinx.HLE/Logging/LogLevel.cs
Normal file
11
Ryujinx.HLE/Logging/LogLevel.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace Ryujinx.HLE.Logging
|
||||
{
|
||||
public enum LogLevel
|
||||
{
|
||||
Debug,
|
||||
Stub,
|
||||
Info,
|
||||
Warning,
|
||||
Error
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user