mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-18 02:11:28 +00:00
Add EDAT_FLAG_0x3C/0x3D
This commit is contained in:
parent
eb7128bcc1
commit
0ed518a85d
@ -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);
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user