ps2dev / ps2sdk

Homebrew PS2 SDK
Other
955 stars 132 forks source link

convert ioplib in a standalone iop library #648

Open israpps opened 4 months ago

israpps commented 4 months ago

Currently there are a bunch of IRX modules around (AFAIK) using ioplib:

The Idea is to stop having local copies of ioplib.h and ioplib.c on every project that requires manipulating exports of other modules.

Therefore, converting this into a library wich is part of the PS2SDK seemed like the most reasonable approach, having one implementation for all the use cases. instead of local copies

israpps commented 4 months ago

havent tested it yet if the mx4sio driver works normally after this (although it should?)