2026-02-18 17:58:52 -05:00
2026-02-07 13:33:17 -05:00
2026-02-07 13:02:31 -05:00
2026-02-18 17:57:27 -05:00
2026-02-07 13:02:31 -05:00
2026-02-07 13:02:31 -05:00
2026-02-07 13:02:31 -05:00
2026-02-07 13:02:31 -05:00
2026-02-18 17:58:52 -05:00

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

  1. Clone the repository
  2. Ensure the REXSDK environment variable is set (system or CMakeUserPresets)
  3. Compile the project using CMake cmake --preset [platform] && cmake --build --preset [platform] where platform is linux-amd64 or win-amd64
  4. Extract the files from assets.zip into the assets directory (or wherever you want, just make sure to point to it in the next step)
  5. Run the compiled executable passing the 'Assets' directory ./iruka /path/to/Assets
Description
No description provided
Readme BSD-3-Clause 1.3 MiB
Languages
C++ 75.7%
CMake 24.3%