A tool to perform some basic functions to support the OpenXenium modchip on the Original Xbox console.
See https://github.com/Ryzee119/OpenXenium.
Setup nxdk dependancies.
git clone --recursive https://github.com/Ryzee119/Xenium-Tools.git
cd lib/nxdk
./bin/active
make NXDK_ONLY=y
make tools
cd ../../
mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=lib/nxdk/share/toolchain-nxdk.cmake
cmake --build .