Move solution and projects to src
This commit is contained in:
13
src/Ryujinx.Common/Configuration/BackendThreading.cs
Normal file
13
src/Ryujinx.Common/Configuration/BackendThreading.cs
Normal file
@@ -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