mirror of
https://github.com/rexglue/demo-iruka.git
synced 2026-02-20 09:42:39 -08:00
main
Iruka (dolphin) Demo
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 :)
Building and Running
- 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
Description
Languages
C++
75.7%
CMake
24.3%