Loader: Implement encryption check
This commit is contained in:
parent
d36eeaa3ca
commit
2706394384
3 changed files with 8 additions and 2 deletions
|
@ -71,6 +71,7 @@ enum class ResultStatus {
|
|||
ErrorNotUsed,
|
||||
ErrorAlreadyLoaded,
|
||||
ErrorMemoryAllocationFailed,
|
||||
ErrorEncrypted,
|
||||
};
|
||||
|
||||
static inline u32 MakeMagic(char a, char b, char c, char d) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue