Page 1 of 1

SifIopReset(const char *arg, int mode);

Posted: Wed Jan 21, 2004 3:10 am
by superufo
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) :?:

Posted: Wed Jan 21, 2004 6:14 am
by blackdroid
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 :)

Posted: Wed Jan 21, 2004 7:10 am
by Guest
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

Posted: Wed Jan 21, 2004 7:12 am
by superufo
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

Posted: Wed Jan 21, 2004 8:36 am
by mrbrown
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.