nn::fs::SetPriority Function| Name | Description | |
|---|---|---|
| in | priority | Process priority (specify nn::fs::PRIORITY_APP_REALTIME, nn::fs::PRIORITY_APP_NORMAL, or nn::fs::PRIORITY_APP_LOW). |
| Value | Description |
|---|---|
Result::IsSuccess |
Process was successful. |
| A value other than the above. | An application bug or some other unexpected error. |
Sets the priority of the entire file system.
This priority is used for a number of operations such as creating save data and mounting.
CONFIDENTIAL