mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 11:33:35 +00:00
Loader: Implement encryption check
This commit is contained in:
@@ -71,6 +71,7 @@ enum class ResultStatus {
|
||||
ErrorNotUsed,
|
||||
ErrorAlreadyLoaded,
|
||||
ErrorMemoryAllocationFailed,
|
||||
ErrorEncrypted,
|
||||
};
|
||||
|
||||
static inline u32 MakeMagic(char a, char b, char c, char d) {
|
||||
|
||||
Reference in New Issue
Block a user