YAY
Some checks failed
Build (3DS) / build (push) Failing after 1m13s

This commit is contained in:
2025-12-06 23:47:15 +00:00
committed by GitHub
parent ecac9e6064
commit 285351e982
17 changed files with 800 additions and 26 deletions

View File

@@ -18,7 +18,7 @@ static int channels = SIDEMU_STEREO;
static int selectedSong = 0;
static size_t buffSize = 0.5*frequency*channels; // 0.5 seconds
// don't change anything below - only 16 bit/sigend PCM is supported my ctrmus
// don't change anything below - only 16 bit/sigend PCM is supported my mice
static int sampleFormat = SIDEMU_SIGNED_PCM;
static int bitsPerSample = SIDEMU_16BIT;