mirror of
https://github.com/headshot2017/libadx-nds.git
synced 2025-06-18 17:05:40 -04:00
Merge branch 'main' of https://github.com/headshot2017/libadx-nds
This commit is contained in:
commit
9864e905b6
@ -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)
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user