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