After excuting an eboot -> get back to your app

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Question_dev
Posts: 88
Joined: Fri Aug 24, 2007 8:23 pm

After excuting an eboot -> get back to your app

Post by Question_dev »

Hii

I was searching around here, but can't find it.

My question : When i have excute an eboot in my app, and i exit that app, how code i to get back in my app?
So like in irshell, when exit homebrew/game, you will get back to irshell

Tnx in advance
Pirata Nervo
Posts: 409
Joined: Tue Oct 09, 2007 4:22 am

Post by Pirata Nervo »

You must patch the sceKernelExitGame function, but forget that, you don't even know how to use libraries..
Image
Upgrade your PSP
Question_dev
Posts: 88
Joined: Fri Aug 24, 2007 8:23 pm

Post by Question_dev »

I now that. But i cant find any thread about it how to code it.

Someone. .
Help me

ty
Pirata Nervo
Posts: 409
Joined: Tue Oct 09, 2007 4:22 am

Post by Pirata Nervo »

You can make a MIPS bootstrap or C one, there is no "thread", you must create it by yourself or ask someone who already made one.
Image
Upgrade your PSP
Question_dev
Posts: 88
Joined: Fri Aug 24, 2007 8:23 pm

Post by Question_dev »

Ok thanks for the help Pirata Nervo !


You're the best :p
phobox
Posts: 127
Joined: Mon Mar 24, 2008 6:22 pm

Post by phobox »

As already told you, you have to patch the sceKernelExitGame function.
Have a look at this very useful tutorial http://ps2dev.org/psp/Tutorials/PSP_Mod ... nd_Patches
Ciao! from Italy
Cpasjuste
Posts: 214
Joined: Sun May 29, 2005 8:28 am

Post by Cpasjuste »

You can also take a look at the great tyranid psplinkusb sources, the function is located in the psplink.c source file.
PiCkDaT
Posts: 69
Joined: Thu Oct 04, 2007 9:49 pm

Post by PiCkDaT »

hmm, I would like to implement this too.. thanks for the help on where to find the function. I will have to look into this for mine and homemisters new release of LuaPlayerHM. We need to do this since LuaPlayer takes up too much memory to run another EBOOT(Theres a runeboot function in LuaPlayerHM.. which btw needs fixing)

but I see a problem.. this will only work in kernel mode right? LuaPlayerHM uses user mode so 2.00+ can run..... hmm... this shall need some fixing
Enlighten me, Reveal my fate -- Follow - Breaking Benjamin
Post Reply