ba95ee54ab
This reverts commit 4ce4299ca2
.
9 lines
129 B
C#
9 lines
129 B
C#
namespace Ryujinx.Common.Configuration
|
|
{
|
|
public enum BackendThreading
|
|
{
|
|
Auto,
|
|
Off,
|
|
On
|
|
}
|
|
}
|