We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f24194 commit 2d8b89aCopy full SHA for 2d8b89a
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; // Total size for main and sub partitions (main) / size of subpart (sub)
166
- /*30*/ unsigned int private_2; // High size for private_1
+ /*2c*/ unsigned int private_1;
+ /*30*/ unsigned int private_2;
167
/*34*/ unsigned int private_3;
168
/*38*/ unsigned int private_4;
169
/*3c*/ unsigned int private_5; /* Sector start. */
0 commit comments