From 74fac9637f3a609eb7196c64b39ae4d3bc2d67be Mon Sep 17 00:00:00 2001 From: Diamond Rivero Date: Sun, 4 Feb 2024 22:24:55 +0800 Subject: [PATCH] change mp3 file path --- src/samples/mp3/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/samples/mp3/main.c b/src/samples/mp3/main.c index 7801b632..5f0dd4d3 100644 --- a/src/samples/mp3/main.c +++ b/src/samples/mp3/main.c @@ -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