[XAM/XMP] Fixed incorrect size of XMP_SONGINFO structure

Thanks The-Little-Wolf
This commit is contained in:
Gliniak
2026-04-20 20:41:40 +02:00
parent a6e92f43ea
commit e3e57bdb47

View File

@@ -48,8 +48,9 @@ struct XMP_SONGINFO {
xe::be<uint32_t> track_number;
xe::be<uint32_t> duration;
xe::be<uint32_t> song_format;
xe::be<uint32_t> unknown_1;
};
static_assert_size(XMP_SONGINFO, 988);
static_assert_size(XMP_SONGINFO, 0x3E0);
struct XMP_PLAY_TITLE_PLAYLIST {
xe::be<uint32_t> xmp_client;