commit
67f7e7e28b
File diff suppressed because it is too large
Load Diff
|
@ -77,7 +77,7 @@ struct DTMHeader
|
||||||
|
|
||||||
u8 videoBackend[16]; // UTF-8 representation of the video backend
|
u8 videoBackend[16]; // UTF-8 representation of the video backend
|
||||||
u8 audioEmulator[16]; // UTF-8 representation of the audio emulator
|
u8 audioEmulator[16]; // UTF-8 representation of the audio emulator
|
||||||
unsigned char md5[16]; // MD5 of game iso
|
u8 md5[16]; // MD5 of game iso
|
||||||
|
|
||||||
u64 recordingStartTime; // seconds since 1970 that recording started (used for RTC)
|
u64 recordingStartTime; // seconds since 1970 that recording started (used for RTC)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue