This commit is contained in:
headshot2017 2025-02-02 05:37:48 -04:00
commit 9864e905b6
3 changed files with 5 additions and 3 deletions

View File

@ -11,4 +11,4 @@ Higher kbps quality may be possible, but it has not been tested.
## Credits
* LibADX Dreamcast library (c)2011-2013 Josh PH3NOM Pearson
* Built on top of [NDS Helix-MP3 decoder](https://adshomebrewersdiary.blogspot.com/2012/06/mp3-streaming-on-arm7.html) code by sverx
* Built on top of [NDS Helix-MP3 decoder](https://adshomebrewersdiary.blogspot.com/2012/06/mp3-streaming-on-arm7.html) code by sverx, which is a fixed version of [hacker013's original code](https://gbadev.net/forum-archive/thread/23/17859.html)

View File

@ -1,7 +1,8 @@
// libadx-nds library
// by headshot2017 (Headshotnoby)
// LibADX Dreamcast library (c)2012 Josh PH3NOM Pearson
// Built on top of NDS Helix-MP3 decoder code by sverx (https://adshomebrewersdiary.blogspot.com/2012/06/mp3-streaming-on-arm7.html)
// Built on top of NDS Helix-MP3 decoder code by sverx (https://adshomebrewersdiary.blogspot.com/2012/06/mp3-streaming-on-arm7.html)
// which is a fixed version of hacker013's original code (https://gbadev.net/forum-archive/thread/23/17859.html)
#include <nds.h>
#include <stdio.h>

View File

@ -1,7 +1,8 @@
// libadx-nds library
// by headshot2017 (Headshotnoby)
// LibADX Dreamcast library (c)2012 Josh PH3NOM Pearson
// Built on top of NDS Helix-MP3 decoder code by sverx (https://adshomebrewersdiary.blogspot.com/2012/06/mp3-streaming-on-arm7.html)
// Built on top of NDS Helix-MP3 decoder code by sverx (https://adshomebrewersdiary.blogspot.com/2012/06/mp3-streaming-on-arm7.html)
// which is a fixed version of hacker013's original code (https://gbadev.net/forum-archive/thread/23/17859.html)
#include <stdlib.h>
#include <string.h>