implement more yellows8 requests

This commit is contained in:
Dave Murphy 2018-05-15 17:27:06 +01:00
parent 65f74e4d71
commit 4057bef915

View File

@ -31,7 +31,6 @@
* add support for finding nxlink host * add support for finding nxlink host
* improve bsdSockets support * improve bsdSockets support
* Added mounting for SystemSaveData. * Added mounting for SystemSaveData.
* Revise LR API to use actual LR function names
* Further improvements to overall system stability and other minor adjustments to enhance the user experience. * Further improvements to overall system stability and other minor adjustments to enhance the user experience.
--- stuff to organise --- --- stuff to organise ---
@ -46,7 +45,6 @@
Added FsStorageId. Added FsStorageId.
Added pmshell init/exit and pmshellLaunchProcess. Added pmshell init/exit and pmshellLaunchProcess.
Fix IN6_IS_ADDR macros in netinet/in.h (#68) Fix IN6_IS_ADDR macros in netinet/in.h (#68)
Use Service for AccountProfile.
Changed ContentStorageId in FsSave to SaveDataType. Changed ContentStorageId in FsSave to SaveDataType.
Added enums FsSaveDataSpaceId and FsSaveDataType. Added enums FsSaveDataSpaceId and FsSaveDataType.
Removed FS_MOUNTSAVEDATA_INVAL_DEFAULT/FS_MOUNTSYSTEMSAVEDATA_INVAL_DEFAULT. Removed FS_MOUNTSAVEDATA_INVAL_DEFAULT/FS_MOUNTSYSTEMSAVEDATA_INVAL_DEFAULT.