Loader: Implement encryption check

This commit is contained in:
Gareth Poole 2015-10-10 21:50:10 -04:00
parent d36eeaa3ca
commit 2706394384
3 changed files with 8 additions and 2 deletions

View file

@ -71,6 +71,7 @@ enum class ResultStatus {
ErrorNotUsed,
ErrorAlreadyLoaded,
ErrorMemoryAllocationFailed,
ErrorEncrypted,
};
static inline u32 MakeMagic(char a, char b, char c, char d) {