mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 06:30:05 +02:00
Move solution and projects to src
This commit is contained in:
@@ -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