| View previous topic :: View next topic |
| Author |
Message |
superufo Guest
|
Posted: Wed Jan 21, 2004 3:10 am Post subject: SifIopReset(const char *arg, int mode); |
|
|
Hi,
Does anyone know what's the difference with SifIopReset(const char *arg, int mode) and the sceSifRebootIop(IOPIMG) :!: . and what's doing with the SifIopReset(rom0:UDNL,0) :?: |
|
| Back to top |
|
 |
blackdroid
Joined: 17 Jan 2004 Posts: 564 Location: Sweden
|
Posted: Wed Jan 21, 2004 6:14 am Post subject: |
|
|
Basically its the same, both take a module as an argument to be loaded after reset. the difference is that SifIopReset is in ps2lib, the other one is not :) _________________ Kung VU |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Jan 21, 2004 7:10 am Post subject: |
|
|
Hi blackdroid,
Thanks a lot!!! However what use for the rom0:UDNL in the SifIopReset(rom0:UDNL,0) and what's the meaning of the mode=0.
thanks |
|
| Back to top |
|
 |
superufo
Joined: 21 Jan 2004 Posts: 9 Location: Canada
|
Posted: Wed Jan 21, 2004 7:12 am Post subject: |
|
|
| superufo wrote: | Hi blackdroid,
Thanks a lot!!! However what use for the rom0:UDNL in the SifIopReset(rom0:UDNL,0) and what's the meaning of the mode=0.
thanks |
|
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Wed Jan 21, 2004 8:36 am Post subject: |
|
|
rom0:UDNL is the IOP updater, it's run after the IOP is reset to replace old modules with newer ones found in the .img, or to load modules.
Mode 0 means normal load, mode 0x100 means decrypt using MagicGate and then load. |
|
| Back to top |
|
 |
|