NCCH: Updated ExeFS memory allocation to be safer.

This commit is contained in:
bunnei 2014-07-04 20:32:06 -04:00
parent 542700ccb7
commit b70c4fb48e
2 changed files with 7 additions and 1 deletions

View file

@ -32,6 +32,7 @@ enum class ResultStatus {
ErrorNotLoaded,
ErrorNotUsed,
ErrorAlreadyLoaded,
ErrorMemoryAllocationFailed,
};
/// Interface for loading an application