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
This commit is contained in:
Ac_K 2021-05-05 23:16:51 +02:00 committed by GitHub
parent 8155c00002
commit 503006c180
5 changed files with 178 additions and 75 deletions

View file

@ -7,7 +7,7 @@ namespace Ryujinx.HLE.HOS.Services.Sockets.Nsd
Success = 0,
NotImplemented = ( 1 << ErrorCodeShift) | ModuleId,
InvalidSettingsValue = ( 1 << ErrorCodeShift) | ModuleId,
InvalidObject1 = ( 3 << ErrorCodeShift) | ModuleId,
InvalidObject2 = ( 4 << ErrorCodeShift) | ModuleId,
NullOutputObject = ( 5 << ErrorCodeShift) | ModuleId,