mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-31 12:02:55 -06:00
ba95ee54ab
This reverts commit 4ce4299ca2a6b11332f2341c69f40efd7205282f.
10 lines
129 B
C#
10 lines
129 B
C#
namespace Ryujinx.Common.Configuration
|
|
{
|
|
public enum BackendThreading
|
|
{
|
|
Auto,
|
|
Off,
|
|
On
|
|
}
|
|
}
|