Save git hash to .dtm header.

This commit is contained in:
Rachel Bryk
2013-01-01 16:18:52 -05:00
parent c728ef2cd3
commit 5fbce28bbc
2 changed files with 10 additions and 1 deletions

View File

@ -121,7 +121,8 @@ struct DTMHeader {
u8 bongos;
u8 reserved[15]; // Padding for any new config options
u8 discChange[40]; // Name of iso file to switch to, for two disc games.
u8 reserved2[47]; // Make heading 256 bytes, just because we can
u8 revision[20]; // Git hash
u8 reserved2[27]; // Make heading 256 bytes, just because we can
};
static_assert(sizeof(DTMHeader) == 256, "DTMHeader should be 256 bytes");