mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-02-11 11:36:21 +01:00
9 lines
129 B
C#
9 lines
129 B
C#
namespace Ryujinx.Common.Configuration
|
|
{
|
|
public enum BackendThreading
|
|
{
|
|
Auto,
|
|
Off,
|
|
On
|
|
}
|
|
}
|