I can see them in the psp2shell but hitting start doesn't run them.
I'm running rejuvenate 0.3.4 through psm for unity on ofw 3.18
Advertising
Ark is the same way, just be careful with the delete button.TioBrazMii wrote: And, no file delete confirmation, danger!
Can you add an Anti-Sleep function to the FTPVita homebrew?SMOKE wrote:Here is a shell that can be used as a homebrew menu for Rejuvenate. It also has FTPVita built in to quickly transfer files.
I attempted to do this with my VitaTester homebrew, but it doesn't seem to work. I'm 98% sure I'm calling the function correctly, but it doesn't work as it should. Run it in debug mode and it'll print the ip to connect to. Just like FTPVita. The modes don't do anything, they're left from the original ProShell codeJab007 wrote:Can you add an Anti-Sleep function to the FTPVita homebrew?
How do i run the FTP on PSP2SHELL?
What do the modes do?
As I said in the first post, that's up to the developer of the homebrew to do:cybermat wrote:I could make a useless question but i'm not clear.
I launch psp2shell via run_homebrew_unity.bat , now i'm able to copy what i need thanks to embedded FTP server. After this i'm able to launch for example Snes Emulator and then select the copied roms.
Is there a way , after have finished to play with Snes emulator, to go back to Psp2shell and re-launch another homebrew ?
Thanks for the answers.
SMOKE wrote:To homebrew devs:
Exiting back to the shell is done via your homebrew. Simply make it exit normally ( eg return 0; or exit(0); ) on exit instead of using sceKernelExitProcess. UVLoader doesn't cleanup the memory allocated by the homebrew, so you need to cleanup those resources before exiting to avoid problems after loading multiple homebrews.