forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

play at3 files on newer firmwares

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
jojojoris



Joined: 30 Mar 2008
Posts: 261

PostPosted: Mon Mar 23, 2009 6:35 am    Post subject: play at3 files on newer firmwares Reply with quote

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)
_________________
Code:
int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Back to top
View user's profile Send private message
Wally



Joined: 26 Sep 2005
Posts: 672

PostPosted: Mon Mar 23, 2009 7:33 am    Post subject: Reply with quote

Set the heapsize? PSP_HEAP_SIZE_KB(-256); should do it
Build as a PRX? BUILD_PRX=1 in the makefile

Should solve your problem
Back to top
View user's profile Send private message AIM Address
jojojoris



Joined: 30 Mar 2008
Posts: 261

PostPosted: Sun Mar 29, 2009 3:02 am    Post subject: Reply with quote

Didn't solve it.

I still get the error:
"Cannot play that file."
_________________
Code:
int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Back to top
View user's profile Send private message
jojojoris



Joined: 30 Mar 2008
Posts: 261

PostPosted: Sun Mar 29, 2009 7:45 am    Post subject: Reply with quote

EDIT:

Found solution:

Changed audiocodec.prx in audiocodec_260.prx
_________________
Code:
int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group