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 

returning to browser without boot sequence

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



Joined: 20 Feb 2004
Posts: 310

PostPosted: Thu Dec 16, 2004 6:26 pm    Post subject: returning to browser without boot sequence Reply with quote

i managed to return to the browser by executing the animation of the ps2 browser in a mine app. but i want to go directly to the browser screen so if a game is insert it boot up (also when i did all the boot sequence by mine program it can't load i games, i get playstation 2 and then black screen, like there is something wrong)
Back to top
View user's profile Send private message Visit poster's website
weltall



Joined: 20 Feb 2004
Posts: 310

PostPosted: Fri Dec 17, 2004 11:10 pm    Post subject: Reply with quote

also if i try the syscall i get errors in compile times and if i use
{ ExecOSD(0,NULL);
return;
}
it return to browser by executing all the anymation but if i have a disc inserted it tries to boot it (and show playstation 2) but then black screen. i use cdfs, so this can be a problem maybe eject should resolve, but i want to don't do this and go directly to where you see the mc and dvds inserted. thanks in advance for the help
Back to top
View user's profile Send private message Visit poster's website
mr bob



Joined: 26 Jan 2004
Posts: 15

PostPosted: Sat Dec 18, 2004 4:09 pm    Post subject: Reply with quote

void ReturnToBrowser()
{
__asm__ __volatile__("

li $3, 0x04;
syscall;
nop;");
}

That should do it.
Back to top
View user's profile Send private message
weltall



Joined: 20 Feb 2004
Posts: 310

PostPosted: Sun Dec 19, 2004 12:44 am    Post subject: Reply with quote

it works but stays a lot of time with the screen black (20 30 secs a little to much, also it don't load games) there is any solution?
Back to top
View user's profile Send private message Visit poster's website
mr bob



Joined: 26 Jan 2004
Posts: 15

PostPosted: Sun Dec 19, 2004 1:44 pm    Post subject: Reply with quote

Loading discs works for me. The black 20 seconds is a problem though. Not sure why. Do you have a HD installed?
Back to top
View user's profile Send private message
weltall



Joined: 20 Feb 2004
Posts: 310

PostPosted: Sun Dec 19, 2004 11:19 pm    Post subject: Reply with quote

yes, and it's initialized with also cdfs, i tried hddpoweroff() but it don't do anything, and the problem of game loading is probably by libcdfs, but i don't know how to resolve these problems
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 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