This is a demo use of the ReXGlue SDK used to recompile Xbox 360 games to run on PC.
TODO: Add more information about the demo, how to run it, and what it does. but for now this is all you need to know :)
- Clone the repository
- Ensure the
REXSDKenvironment variable is set (system or CMakeUserPresets) - Compile the project using CMake
cmake --preset [platform] && cmake --build --preset [platform]where platform islinux-amd64orwin-amd64 - Extract the files from
assets.zipinto the assets directory (or wherever you want, just make sure to point to it in the next step) - Run the compiled executable passing the 'Assets' directory
./iruka /path/to/Assets