Merge pull request #173 from pspdev/add-mp3-file-sample

add mp3 file sample
This commit is contained in:
Wouter Wijsman
2024-02-04 15:28:57 +01:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

BIN
src/samples/mp3/Test.mp3 Normal file

Binary file not shown.

View File

@@ -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