From 0ed518a85d08b83133d155912cdb3944989684e8 Mon Sep 17 00:00:00 2001 From: raven02 Date: Thu, 26 Jun 2014 00:11:10 +0800 Subject: [PATCH] Add EDAT_FLAG_0x3C/0x3D --- rpcs3/Crypto/unedat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rpcs3/Crypto/unedat.h b/rpcs3/Crypto/unedat.h index 01ce706f3f..4d60949790 100644 --- a/rpcs3/Crypto/unedat.h +++ b/rpcs3/Crypto/unedat.h @@ -9,6 +9,8 @@ #define EDAT_FLAG_0x10 0x00000010 #define EDAT_FLAG_0x20 0x00000020 #define EDAT_DEBUG_DATA_FLAG 0x80000000 +#define EDAT_FLAG_0x3C 0x0000003C +#define EDAT_FLAG_0x3D 0x0000003D typedef struct { @@ -31,4 +33,4 @@ typedef struct unsigned long long file_size; } EDAT_SDAT_HEADER; -int DecryptEDAT(const std::string& input_file_name, const std::string& output_file_name, int mode, const std::string& rap_file_name, unsigned char *custom_klic, bool verbose); \ No newline at end of file +int DecryptEDAT(const std::string& input_file_name, const std::string& output_file_name, int mode, const std::string& rap_file_name, unsigned char *custom_klic, bool verbose);