| View previous topic :: View next topic |
| Author |
Message |
EdwardFMA

Joined: 06 Jul 2005 Posts: 40
|
Posted: Fri Jan 20, 2006 12:02 am Post subject: Loading UMD's on 1.5 which needs 2.00 and higher |
|
|
I think there is a easy fix for this please tell me if anyone has tried this already....
Technically wouldn't you just have to Unassign Flash0 and Flash1 the assign them to a folder on the Memory Stick which would contain a higher version of Firmware like 2.50. For example:
| Code: | sceIoUnassign("flash0:");
sceIoUnassign("flash1:");
sceIoAssign("flash0:", "msstor0p1:/" , "fatms0:/flash0/", NULL, 0);
sceIoAssign("flash1:", "msstor0p1:/" , "fatms0:/flash1/", NULL, 0);
sceKernelLoadExec("disc0:/PSP_GAME/SYSDIR/BOOT.BIN",0); |
Technically i have more code so that if you don't have a UMD in it will ask for it and display it, but that is at home and i'm at school... Please Reply with your ideas on if this will work or not. ^^ _________________ EdwardFMA/IchigoKurosaki - PSP Expert
Athlon 64 - Socket 939 - 3000+
1GB 333 DDR-Ram
Geforce 6600 GT PCI-Express
Orbis PSP Development
Open-Source Development
Last edited by EdwardFMA on Fri Jan 20, 2006 3:40 am; edited 1 time in total |
|
| Back to top |
|
 |
Gary13579
Joined: 15 Aug 2005 Posts: 93
|
Posted: Fri Jan 20, 2006 1:00 am Post subject: |
|
|
| I may be completly off, but the PSP doesn't reload all the PRX's before starting a game, does it? So the 1.5 PRX's would still be loaded, and it would attempt to use those. |
|
| Back to top |
|
 |
hubevolution
Joined: 17 Mar 2004 Posts: 32
|
Posted: Fri Jan 20, 2006 1:10 am Post subject: |
|
|
| exactly 1.50 prx would be still already loaded so you need to find a way to unload them and then load the 2.00 one ... like has been done by Aenea already. |
|
| Back to top |
|
 |
groepaz

Joined: 01 Sep 2005 Posts: 305
|
Posted: Fri Jan 20, 2006 2:57 am Post subject: |
|
|
actually the sceLoadExec call _does_ unload all prxes, execute the ipl, and reboot from scratch before executing the game eboot. the "only" thing that needs to be done is to patch it so a different firmware will be booted. _________________ http://www.hitmen-console.org
http://hitmen.c02.at/files/yapspd/ |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Fri Jan 20, 2006 5:11 am Post subject: |
|
|
I think I'm going to lock this... this... well, lets just call it idle speculation.
Oh, and EdwardFMA, please remove the banner from your signature. _________________ Shoot Pixels Not People!
Makeshift Development |
|
| Back to top |
|
 |
|