Closed mrdude2478 closed 6 years ago
Currently ogg files work fine but mp3 in the cd tracks don't:
Code error in: source/audiodec/cd_psp2.cpp
Line 186 needs changed: from: FILE* fd = fopen(tmp,"rb"); to: fd = fopen(tmp,"rb");
Then both ogg and mp3 can work.
Fixed with https://github.com/Rinnegatamante/vitaQuake/commit/4dd491e3e691b858aa0d549bbf3a282948fb81ee
Thanks for fixing.
Currently ogg files work fine but mp3 in the cd tracks don't:
Code error in: source/audiodec/cd_psp2.cpp
Line 186 needs changed: from: FILE* fd = fopen(tmp,"rb"); to: fd = fopen(tmp,"rb");
Then both ogg and mp3 can work.