We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec999a commit 7c372f8Copy full SHA for 7c372f8
2 files changed
external/ps2sdk
src/iomanX_port.h
@@ -162,8 +162,8 @@ typedef struct
162
/*1c*/ unsigned char mtime[8];
163
/*24*/ unsigned int hisize;
164
/*28*/ unsigned int private_0; // Number of subs (main) / subpart number (sub)
165
- /*2c*/ unsigned int private_1;
166
- /*30*/ unsigned int private_2;
+ /*2c*/ unsigned int private_1; // Total size for main and sub partitions (main) / size of subpart (sub)
+ /*30*/ unsigned int private_2; // High size for private_1
167
/*34*/ unsigned int private_3;
168
/*38*/ unsigned int private_4;
169
/*3c*/ unsigned int private_5; /* Sector start. */
0 commit comments