mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-22 05:05:47 +00:00
Stub nifm IRequest GetAppletInfo (#1326)
* Stub GetAppletInfo to be consistent with GetResult * Fix formatting and enum * Update and use ResultCode
This commit is contained in:
@@ -7,6 +7,8 @@ namespace Ryujinx.HLE.HOS.Services.Nifm
|
||||
|
||||
Success = 0,
|
||||
|
||||
Unknown112 = (112 << ErrorCodeShift) | ModuleId, // IRequest::GetResult
|
||||
Unknown180 = (180 << ErrorCodeShift) | ModuleId, // IRequest::GetAppletInfo
|
||||
NoInternetConnection = (300 << ErrorCodeShift) | ModuleId,
|
||||
ObjectIsNull = (350 << ErrorCodeShift) | ModuleId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user