More style cleanup.
This commit is contained in:
@@ -427,10 +427,10 @@ int xe_xex2_read_header(const uint8_t* addr, const size_t length,
|
||||
}
|
||||
|
||||
int xe_xex2_decrypt_key(xe_xex2_header_t* header) {
|
||||
const static uint8_t xe_xex2_retail_key[16] = {
|
||||
static const uint8_t xe_xex2_retail_key[16] = {
|
||||
0x20, 0xB1, 0x85, 0xA5, 0x9D, 0x28, 0xFD, 0xC3,
|
||||
0x40, 0x58, 0x3F, 0xBB, 0x08, 0x96, 0xBF, 0x91};
|
||||
const static uint8_t xe_xex2_devkit_key[16] = {
|
||||
static const uint8_t xe_xex2_devkit_key[16] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user