[Xam/XMP] - Stub XMPGetNumSongsInTitlePlaylist

- Stub XMPGetNumSongsInTitlePlaylist
This commit is contained in:
The-Little-Wolf
2026-06-29 15:26:07 -07:00
committed by Radosław Gliński
parent e20f26963f
commit 2799234fbb
2 changed files with 29 additions and 0 deletions

View File

@@ -194,6 +194,13 @@ struct XMP_DASH_INIT {
};
static_assert_size(XMP_DASH_INIT, 0x18);
struct XMP_GET_NUM_SONGS_IN_TITLE_PLAYLIST {
xe::be<apu::XMP_CLIENT> xmp_client;
xe::be<uint32_t> playlist_ptr;
xe::be<uint32_t> song_count_ptr;
};
static_assert_size(XMP_GET_NUM_SONGS_IN_TITLE_PLAYLIST, 0xC);
struct XMP_CAPTURE_OUTPUT {
xe::be<apu::XMP_CLIENT> xmp_client;
xe::be<uint32_t> callback;