SifIopReset(const char *arg, int mode);

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
superufo

SifIopReset(const char *arg, int mode);

Post 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) :?:
blackdroid
Posts: 564
Joined: Sat Jan 17, 2004 10:22 am
Location: Sweden
Contact:

Post 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 :)
Kung VU
Guest

Post 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
superufo
Posts: 9
Joined: Wed Jan 21, 2004 3:15 am
Location: Canada

Post 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
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post 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.
Post Reply