Filesystem services: Difference between revisions
No edit summary |
|||
| Line 135: | Line 135: | ||
| 1003 || DisableAutoSaveDataCreation | | 1003 || DisableAutoSaveDataCreation | ||
|- | |- | ||
| 1004 || SetGlobalAccessLogMode | | 1004 || [[#SetGlobalAccessLogMode]] | ||
|- | |- | ||
| 1005 || GetGlobalAccessLogMode | | 1005 || [[#GetGlobalAccessLogMode]] | ||
|- | |- | ||
| 1006 || OutputAccessLogToSdCard | | 1006 || [[#OutputAccessLogToSdCard]] | ||
|} | |} | ||
| Line 257: | Line 257: | ||
The input u64 high-byte must be non-zero, otherwise an [[Error_codes|error]] is returned(0xE02). | The input u64 high-byte must be non-zero, otherwise an [[Error_codes|error]] is returned(0xE02). | ||
== SetGlobalAccessLogMode == | |||
Takes an input u32. | |||
== GetGlobalAccessLogMode == | |||
Returns an output u32. | |||
== OutputAccessLogToSdCard == | |||
Takes a type-0x5 input buffer. | |||
The input buffer is the string to output to the log. User-processes normally include a newline at the end. | |||
User-processes only use this when the value previously loaded from [[#GetGlobalAccessLogMode]] has bit1 set. | |||
= IStorage = | = IStorage = | ||