Disabled some JLOG traces in the MP3 code, as they run on a separate thread & tend to hang the psp when logging is enabled.
This commit is contained in:
+2
-2
@@ -57,7 +57,7 @@ bool JMP3::loadModules() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool JMP3::fillBuffers() {
|
bool JMP3::fillBuffers() {
|
||||||
JLOG("Start JMP3::fillBuffers");
|
//JLOG("Start JMP3::fillBuffers");
|
||||||
if (!init_done) {
|
if (!init_done) {
|
||||||
JLOG("JMP3::fillBuffers called but init_done is false!");
|
JLOG("JMP3::fillBuffers called but init_done is false!");
|
||||||
return false;
|
return false;
|
||||||
@@ -94,7 +94,7 @@ bool JMP3::fillBuffers() {
|
|||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
JLOG("End JMP3::fillBuffers");
|
//JLOG("End JMP3::fillBuffers");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
int JMP3::GetID3TagSize(char *fname)
|
int JMP3::GetID3TagSize(char *fname)
|
||||||
|
|||||||
Reference in New Issue
Block a user