mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-13 17:46:43 +00:00
9 lines
213 B
C#
9 lines
213 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Nsd
|
|||
|
{
|
|||
|
class NsdSettings
|
|||
|
{
|
|||
|
public bool Initialized;
|
|||
|
public bool TestMode;
|
|||
|
public string Environment = "lp1"; // or "dd1" if devkit.
|
|||
|
}
|
|||
|
}
|