mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 12:42:36 +00:00
Merge pull request #173 from pspdev/add-mp3-file-sample
add mp3 file sample
This commit is contained in:
BIN
src/samples/mp3/Test.mp3
Normal file
BIN
src/samples/mp3/Test.mp3
Normal file
Binary file not shown.
@@ -23,7 +23,7 @@ PSP_MODULE_INFO("Mp3Test", 0, 0, 1);
|
||||
PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER);
|
||||
PSP_HEAP_SIZE_KB(-1024);
|
||||
|
||||
#define MP3FILE "ms0:/MUSIC/Test.mp3"
|
||||
#define MP3FILE "Test.mp3"
|
||||
|
||||
/* Define printf, just to make typing easier */
|
||||
#define printf pspDebugScreenPrintf
|
||||
|
||||
Reference in New Issue
Block a user