mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-09 20:55:11 +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.
|
|||
|
}
|
|||
|
}
|