Ryzee119 / Xenium-Tools

A program to manage Xenium modchip devices on the Original Xbox
42 stars 12 forks source link

Xenium-Tools

A tool to perform some basic functions to support the OpenXenium modchip on the Original Xbox console.
See https://github.com/Ryzee119/OpenXenium.

basic

Build (Original Xbox)

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 .