Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
keeping padding right is so hard
  • Loading branch information
rog9 committed Oct 20, 2012
1 parent a6028b0 commit 92d2f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/Movie.h
Expand Up @@ -123,7 +123,7 @@ struct DTMHeader {
bool bBlankMC; // Create a new memory card when playing back a movie if true
u8 reserved[16];
u8 discChange[40]; // Name of iso file to switch to, for two disc games.
u8 reserved2[60]; // Make heading 256 bytes, just because we can
u8 reserved2[47]; // Make heading 256 bytes, just because we can

};
#pragma pack(pop)
Expand Down

0 comments on commit 92d2f5d

Please sign in to comment.