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:
parent
faac08e638
commit
f0fe434bd8
5 changed files with 178 additions and 75 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue