This commit is contained in:
Nishi 2025-11-25 03:05:20 +09:00
commit 86cb181e36
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 19 additions and 4 deletions

View file

@ -18,10 +18,11 @@ struct _MDESoundContext {
int frames;
void* opaque;
char* title;
char* album;
char* artist;
char* genre;
char* title;
char* album;
char* artist;
char* genre;
unsigned int track;
};
struct _MDESoundDriver {