diff options
| author | Gareth Poole <Gareth422@users.noreply.github.com> | 2015-10-10 21:50:10 -0400 |
|---|---|---|
| committer | Gareth Poole <Gareth422@users.noreply.github.com> | 2015-10-10 22:34:17 -0400 |
| commit | 2706394384afea55069848d5b337e60fbe81c336 (patch) | |
| tree | 4bc9ebb08be7da995a3a16a6de84976b08377383 /src/core/loader/loader.h | |
| parent | d36eeaa3cad205af00c795da0365cdbdfec356e2 (diff) | |
Loader: Implement encryption check
Diffstat (limited to 'src/core/loader/loader.h')
| -rw-r--r-- | src/core/loader/loader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h index 8de95dacf..a7f2715ba 100644 --- a/src/core/loader/loader.h +++ b/src/core/loader/loader.h @@ -71,6 +71,7 @@ enum class ResultStatus { ErrorNotUsed, ErrorAlreadyLoaded, ErrorMemoryAllocationFailed, + ErrorEncrypted, }; static inline u32 MakeMagic(char a, char b, char c, char d) { |
