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 

Load PRX in flash0

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



Joined: 29 Aug 2007
Posts: 168

PostPosted: Thu Apr 24, 2008 7:41 pm    Post subject: Load PRX in flash0 Reply with quote

Hello everybody,

I've found a fix to the IRDA issue. If you just add to ms0:\SEPlugins\Game.txt

Code:
flash0:/kd/irda.PRX


All IRDA applications work again. piKey runs in 3.XX and ZX81's applications work again.

However I want to try something else.

I've done some research but nothing has worked for me so far.

How would I get a PRX to load in Game3.XX mode by editing pspbtcnf_game.txt.

Everything has seemed to change since 3.80+. It's no longer in the correct directory.

I need to load flash0:/kd/irda.PRX in Game3.XX.

Any help is appreciated!

Thanks

Angelo
Back to top
View user's profile Send private message Send e-mail MSN Messenger
zx-81



Joined: 07 Apr 2006
Posts: 11
Location: France

PostPosted: Thu May 01, 2008 10:51 pm    Post subject: Reply with quote

hi angelo, thanks for the hint, i succeed to make pspssh and & IR working with fw >= 3.80. I've added the two following lines in my source code :

/* Load irda PRX for CFW >= 3.80 */
u32 mod_id = sceKernelLoadModule("flash0:/kd/irda.prx", 0, NULL);
sceKernelStartModule(mod_id, 0, NULL, NULL, NULL);

No need then to add anything in any configuration file.

I plan to release a new version of all my homebrew / ports with this minor fix to let user enjoy IR keyboard even in 3.80 or 3.90 cfw :P
_________________
The only good is knowledge and the only evil is ignorance.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
angelo



Joined: 29 Aug 2007
Posts: 168

PostPosted: Fri May 02, 2008 2:31 am    Post subject: Glad to help Reply with quote

That's good ZX-81! Glad to see that it worked for you!

Oh and one more thing, add a patch so piKey doesn't load in your IRDA applications. It causes errors as you know!

Have fun!

Angelo
Back to top
View user's profile Send private message Send e-mail MSN Messenger
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