NCCH: Updated ExeFS memory allocation to be safer.
This commit is contained in:
parent
542700ccb7
commit
b70c4fb48e
2 changed files with 7 additions and 1 deletions
|
@ -32,6 +32,7 @@ enum class ResultStatus {
|
|||
ErrorNotLoaded,
|
||||
ErrorNotUsed,
|
||||
ErrorAlreadyLoaded,
|
||||
ErrorMemoryAllocationFailed,
|
||||
};
|
||||
|
||||
/// Interface for loading an application
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue