http://forums.ps2dev.org/viewtopic.php?t=5500
Is it possible to make this one work for newer firmwares?
I changed the
PSP_MODULE_INFO("AT3Player_load", 0x1000, 1, 1);
to
PSP_MODULE_INFO("AT3Player_load", 0, 1, 1);
Now it loads. but i cant play any at3 file.
Does someone know how i can make this work on newer firmwares.
The orginal code works on FW1.50 (tested on my slim using timemachine)
play at3 files on newer firmwares
play at3 files on newer firmwares
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
Didn't solve it.
I still get the error:
"Cannot play that file."
I still get the error:
"Cannot play that file."
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}
EDIT:
Found solution:
Changed audiocodec.prx in audiocodec_260.prx
Found solution:
Changed audiocodec.prx in audiocodec_260.prx
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}