Update README

This commit is contained in:
2024-06-04 17:28:43 -04:00
parent e09c33f0e8
commit f8fba122ac
3 changed files with 12 additions and 3 deletions

View File

@@ -27,6 +27,9 @@
#include "music.h"
#include "loading.h"
// BCSTM Player adapted from BCSTM-Player by tobid7
// https://github.com/NPI-D7/BCSTM-Player/blob/main/source/bcstm.hpp
u32 read32(char *music_buf, ssize_t *cursor)
{
u32 ret;