Editing IRX Files
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
IOP Relocatable eXecutable (IRX) are | IOP Relocatable eXecutable (IRX) are the library files that you can dynamically link your application code to and will run on the I/O Processor (IOP) in the PS2. | ||
You can load an IOP Module from Emotion Engine code using one of the following API commands: | You can load an IOP Module from Emotion Engine code using one of the following API commands: | ||
Line 10: | Line 10: | ||
* sceSifLoadModuleBuffer() | * sceSifLoadModuleBuffer() | ||
* sceSifLoadStartModuleBuffer() | * sceSifLoadStartModuleBuffer() | ||
* sceSifLoadStartModuleBuffer | * sceSifLoadStartModuleBuffer | ||
You should be able to find some of these in the MODULES folder of a PS2 disk (but the folder depends on the disc).<br> | |||
You should be able to find some of these in | |||