diff options
| author | 2015-10-10 21:50:10 -0400 | |
|---|---|---|
| committer | 2015-10-10 22:34:17 -0400 | |
| commit | 2706394384afea55069848d5b337e60fbe81c336 (patch) | |
| tree | 4bc9ebb08be7da995a3a16a6de84976b08377383 /src/core/loader/loader.h | |
| parent | Merge pull request #1195 from Gareth422/secondary (diff) | |
| download | yuzu-2706394384afea55069848d5b337e60fbe81c336.tar.gz yuzu-2706394384afea55069848d5b337e60fbe81c336.tar.xz yuzu-2706394384afea55069848d5b337e60fbe81c336.zip | |
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 { | |||
| 71 | ErrorNotUsed, | 71 | ErrorNotUsed, |
| 72 | ErrorAlreadyLoaded, | 72 | ErrorAlreadyLoaded, |
| 73 | ErrorMemoryAllocationFailed, | 73 | ErrorMemoryAllocationFailed, |
| 74 | ErrorEncrypted, | ||
| 74 | }; | 75 | }; |
| 75 | 76 | ||
| 76 | static inline u32 MakeMagic(char a, char b, char c, char d) { | 77 | static inline u32 MakeMagic(char a, char b, char c, char d) { |