mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2025-12-18 05:52:39 +00:00
NCCH: Updated ExeFS memory allocation to be safer.
This commit is contained in:
@@ -32,6 +32,7 @@ enum class ResultStatus {
|
||||
ErrorNotLoaded,
|
||||
ErrorNotUsed,
|
||||
ErrorAlreadyLoaded,
|
||||
ErrorMemoryAllocationFailed,
|
||||
};
|
||||
|
||||
/// Interface for loading an application
|
||||
|
||||
Reference in New Issue
Block a user