Rinnegatamante / vitaQuake

Port of Quake for Playstation Vita
GNU General Public License v3.0
126 stars 20 forks source link

Mp3 playback from cd tracks. #55

Closed mrdude2478 closed 6 years ago

mrdude2478 commented 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.

Rinnegatamante commented 6 years ago

Fixed with https://github.com/Rinnegatamante/vitaQuake/commit/4dd491e3e691b858aa0d549bbf3a282948fb81ee

mrdude2478 commented 6 years ago

Thanks for fixing.