mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-25 23:29:51 -06:00
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