fix some format comments
This commit is contained in:
@@ -1509,7 +1509,7 @@ struct C_Login_DC_PC_GC_9D {
|
|||||||
le_uint64_t unused;
|
le_uint64_t unused;
|
||||||
le_uint32_t sub_version;
|
le_uint32_t sub_version;
|
||||||
uint8_t is_extended; // If 1, structure has extended format
|
uint8_t is_extended; // If 1, structure has extended format
|
||||||
uint8_t language; // 0 = JP, 1 = EN, 2 = DE (?), 3 = FR (?), 4 = ES
|
uint8_t language; // 0 = JP, 1 = EN, 2 = DE, 3 = FR, 4 = ES
|
||||||
parray<uint8_t, 0x2> unused3; // Always zeroes?
|
parray<uint8_t, 0x2> unused3; // Always zeroes?
|
||||||
ptext<char, 0x10> v1_serial_number;
|
ptext<char, 0x10> v1_serial_number;
|
||||||
ptext<char, 0x10> v1_access_key;
|
ptext<char, 0x10> v1_access_key;
|
||||||
|
|||||||
+1
-1
@@ -81,7 +81,7 @@ struct PSOGCIFileHeader {
|
|||||||
// the encrypted header (below) and all encrypted data after it.
|
// the encrypted header (below) and all encrypted data after it.
|
||||||
be_uint32_t data_size;
|
be_uint32_t data_size;
|
||||||
// To compute checksum, set checksum to zero, then compute the CRC32 of all
|
// To compute checksum, set checksum to zero, then compute the CRC32 of all
|
||||||
// fields in this struct except gci_header. (Yes, including the checksum
|
// fields in this struct starting with game_name. (Yes, including the checksum
|
||||||
// field, which is temporarily zero.)
|
// field, which is temporarily zero.)
|
||||||
be_uint32_t checksum;
|
be_uint32_t checksum;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user