Small C library for developing integrated programs for Ratchet Deadlocked PS2
Building libdl requires an installation of the open source PS2SDK. I recommend using a prebuilt docker image.
docker pull ps2dev/ps2dev
git clone https://github.com/Dnawrkshp/libdl.git && cd libdl
docker run -it --rm -v "$PWD\:/src" ps2dev/ps2dev
apk add make
cd src
make
You can run make install
to install the library into your local PS2SDK lib folder.
I have a few sample tests that make use of the library to do simple things. You can build these individually by cd
ing into the target /test/ directory and running make