mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-07-30 02:11:57 +00:00
10 lines
129 B
C#
10 lines
129 B
C#
namespace Ryujinx.Common.Configuration
|
|
{
|
|
public enum BackendThreading
|
|
{
|
|
Auto,
|
|
Off,
|
|
On
|
|
}
|
|
}
|