yellows8
|
9888df18da
|
Moved most ncm types into ncm_types.h. Renamed FsStorageId to NcmStorageId, with updated names for some values (now located in ncm_types.h). Various improvements + improved docs.
|
2019-11-11 18:19:45 -05:00 |
|
yellows8
|
09423066b0
|
Updated the type for the size param for ncmContentStorageCreatePlaceHolder.
|
2019-11-03 22:04:52 -05:00 |
|
yellows8
|
1f792cd92f
|
Various improvements/fixes and improved docs. Added nvGetServiceSession. Return an actual error when the value for determing which service to init is invalid, for services which use *ServiceType/AppletType. Improved cleanup handling. Fixed inverted logic in the spl cleanup define.
|
2019-10-31 22:53:42 -04:00 |
|
yellows8
|
4ab50e3752
|
Use official naming instead of 'title(ID)'. Use 'uid(s)' instead of 'userID(s)'. Updated various struct field names. Improved docs + minor other improvements.
|
2019-10-30 10:38:05 -04:00 |
|
yellows8
|
4ecc597d0d
|
ncm: Renamed the titleID field in NcmProgramLocation to program_id. Minor docs adjustment.
|
2019-10-28 02:21:23 -04:00 |
|
yellows8
|
9d7f968773
|
NcmContentMetaKey title_id field renamed to id.
|
2019-10-27 21:19:49 -04:00 |
|
yellows8
|
622c0509a5
|
ncm: Added alignas within the NcmContentId struct, and added NcmPlaceHolderId. Use NcmPlaceHolderId instead of NcmContentId where needed.
|
2019-10-27 19:19:16 -04:00 |
|
yellows8
|
b0980e4c9f
|
Fixed the type for key_generation in NcmRightsId.
|
2019-10-26 22:15:23 -04:00 |
|
yellows8
|
a808c53efc
|
ncm/pm: Added NcmProgramLocation, which is now used by pmshellLaunchProgram (which was renamed). Updated pm names to match wiki. Adjusted order in pm.c/pm.h / minor changes.
|
2019-10-24 16:42:52 -04:00 |
|
yellows8
|
ea5dcfddfa
|
ncm: Renamed NcmNcaId to NcmContentId. Added NcmRightsId struct, which is now used by the RightsId funcs. Updated params / params types, this includes replacing array buf-byte-sizes with entry-count. Fixed handling for ncmContentStorageGetPath/ncmContentStorageGetPlaceHolderPath. Improved bool handling + clear IPC in-struct padding. Minor improvements.
|
2019-10-23 19:14:04 -04:00 |
|
Adubbz
|
0395a4190e
|
Adjust NcmApplicationMetaExtendedHeader for 9.0.0
|
2019-10-03 16:09:33 +02:00 |
|
Adubbz
|
33d8c83ddc
|
ncm: Use u8 rather than actual types to ensure correct struct sizes
|
2019-09-30 16:11:55 +02:00 |
|
Adubbz
|
8330f23d20
|
Updated ncm to new libnx ipc (#331)
* Updated to new libnx ipc
* Improved docs
* Added firmware req comments
* Improved ncmContentMetaDatabaseGetContentIdByType
* Fix ncmContentMetaDatabaseGetContentIdByTypeAndIdOffset
|
2019-09-25 21:52:51 -04:00 |
|
yellows8
|
c93fab39c8
|
Added ncm docs.
|
2019-09-23 17:00:16 -04:00 |
|
friedkeenan
|
da4c060278
|
Add a bunch of GetServiceSession functions (#305)
* Add a bunch of GetServiceSession functions
|
2019-07-13 15:09:28 -04:00 |
|
Adubbz
|
8cf419802a
|
Implement fsOpenContentStorageFileSystem, fsGetRightsIdByPath & fsGetRightsIdAndKeyGenerationByPath (#288)
* Implement fsOpenContentStorageFileSystem, fsGetRightsIdByPath & fsGetRightsIdAndKeyGenerationByPath
|
2019-06-03 14:51:21 -04:00 |
|
Michael Scire
|
f92852fbe5
|
ncm: add NcmContentMetaType, NcmContentMetaAttribute enums
|
2019-05-09 12:42:50 +02:00 |
|
Michael Scire
|
a1861509f5
|
ncm: add ncmContentMetaDatabaseGetAttributes
|
2019-05-09 12:42:50 +02:00 |
|
Rajko Stojadinovic
|
01fb4218ba
|
Add ncmContentStorageGetPlaceHolderPath and ncmContentStorageCleanupAllPlaceHolder
|
2018-07-27 18:14:43 +02:00 |
|
Rajko Stojadinovic
|
1b7acba590
|
add ncmContentStorageDisableForcibly and ncmContentMetaDatabaseDisableForcibly
|
2018-07-27 18:14:43 +02:00 |
|
Rajko Stojadinovic
|
c3278ffd34
|
Add ncmContentStorage functions needed for writing content
|
2018-07-27 18:14:43 +02:00 |
|
Rajko Stojadinovic
|
e1d50dc129
|
Fix signature of ncmContentMetaDatabaseSet/Get, add ncmContentMetaDatabaseList (#134)
* Fix ncmContentMetaDatabaseSet/ncmContentMetaDatabaseGet, add ncmContentMetaDatabaseList
|
2018-07-25 20:15:54 -04:00 |
|
Adubbz
|
e4c3f7d3a2
|
Added ncm commands (#129)
|
2018-07-07 04:03:48 +02:00 |
|