Properly follow channel info offsets

This commit is contained in:
2024-06-07 23:15:10 -04:00
parent 74509d75db
commit 4fdfad0c0a
2 changed files with 25 additions and 6 deletions

View File

@@ -39,8 +39,8 @@
typedef struct {
char *music_buf;
ssize_t music_size;
ssize_t cursor;
size_t music_size;
size_t cursor;
u32 last_time;
bool is_little_endian;
bool is_looping;