Move solution and projects to src
This commit is contained in:
14
src/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs
Normal file
14
src/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Ryujinx.Common.Utilities;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Ryujinx.Common.Configuration
|
||||
{
|
||||
[JsonConverter(typeof(TypedStringEnumConverter<GraphicsDebugLevel>))]
|
||||
public enum GraphicsDebugLevel
|
||||
{
|
||||
None,
|
||||
Error,
|
||||
Slowdowns,
|
||||
All
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user