mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-18 14:52:00 +00:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Ryujinx.Common.Utilities;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Ryujinx.Common.Configuration
|
||||
{
|
||||
[JsonConverter(typeof(TypedStringEnumConverter<BackendThreading>))]
|
||||
public enum BackendThreading
|
||||
{
|
||||
Auto,
|
||||
Off,
|
||||
On
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user