mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-08 00:42:32 -07: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