0
0
Fork 0
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2024-10-19 21:21:41 +00:00
ryujinx-fork/Ryujinx.HLE/HOS/Services/Sockets/Nsd/Types/NsdSettings.cs
Ac_K f0fe434bd8
nsd: Cleanup the service and implement some calls (#2250)
* nim: Cleanup the service and implement some calls

* Fix symbol typo

* add ApplicationServerEnvironmentType enum

* Change condition
2021-05-05 23:16:51 +02:00

9 lines
No EOL
189 B
C#

namespace Ryujinx.HLE.HOS.Services.Sockets.Nsd
{
class NsdSettings
{
public bool Initialized;
public bool TestMode;
public string Environment;
}
}