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 

[PS2] Patches from my github repository

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> Patch Submissions
View previous topic :: View next topic  
Author Message
ragnarok2040



Joined: 09 Aug 2006
Posts: 230

PostPosted: Wed Aug 04, 2010 7:21 pm    Post subject: [PS2] Patches from my github repository Reply with quote

I've made a few commits on github over the past week or so. This first group are changes that are what I consider stable or a priority.

Now rebooting the IOP is pretty easy.
Code:

   SifIopReboot("rom0:EELOADCNF");

This is the manual way. No more need to call the various exit functions for different libraries.
Code:

   SifIopReset("rom0:UDNL rom0:EELOADCNF",0);
   while(!SifIopSync());

   SifInitRpc(0);
   FlushCache(0);
   FlushCache(2);
These commits I consider unstable:


I have one more for libpadx's init, but I haven't tested it all that much. It may or may not be wrong so I might revert it.
Back to top
View user's profile Send private message
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Thu Aug 05, 2010 4:28 am    Post subject: Reply with quote

I committed all the stable ones.
If you want the others, just let me know.
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 -> Patch Submissions 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