Analysis updated 2026-05-18
Play your legally owned copy of Dodonpachi Saidaioujou natively on Windows or Linux instead of through console emulation.
Build the project from source on Windows or Linux using the bundled rexglue dependencies.
Extract and patch your own ISO dump and update file automatically on first launch.
| eandis/sdoj-recomp | wonderslug/esphome-ancs | 5ec1cff/injectrc | |
|---|---|---|---|
| Stars | 62 | 61 | 65 |
| Language | C++ | C++ | C++ |
| Setup difficulty | hard | moderate | hard |
| Complexity | 4/5 | 3/5 | 4/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires your own legally dumped game ISO and update file, plus a full native build toolchain.
SDOJ Recomp is a project that lets you play the Xbox 360 game Dodonpachi Saidaioujou on a PC, using a technique called recompilation. Instead of emulating the original Xbox 360 hardware, the tool converts the game's original code into a new program built with a toolkit called rexglue, so it can run natively on Windows or Linux. This is not a way to get the game for free. You need to already own a legitimate copy, specifically your own ISO dump of the Xbox 360 disc along with a specific update file. The project uses these files on first launch to extract the game data and apply the needed patches, and after that it remembers what has already been set up so you do not have to repeat those steps each time. Building the project from source requires some technical tools: CMake, Ninja, and a modern C++ compiler called Clang, plus, on Windows, the Visual Studio build tools. On Linux you also need several system libraries for graphics, input, and audio. All of the rexglue dependencies needed are already bundled inside the repository, so you do not need to track those down separately. The README is upfront about current rough edges. Some slowdown happens in certain stages, matching how the game behaved on the original Xbox 360 hardware, though future updates plan to adjust this for arcade modes. There are also some graphical glitches from the rendering patch, and the game may not feel perfectly smooth unless played through a separate tool called Special K. Settings can be changed by editing arguments in the launch file, or in-game by pressing a key to open a settings menu, where keyboard controls can be turned on. This project is aimed at people who already own the game and want to play it on modern PC hardware rather than through original console emulation.
A tool that lets you play the Xbox 360 game Dodonpachi Saidaioujou natively on PC by recompiling its code instead of emulating it.
Mainly C++. The stack also includes C++, CMake, Ninja.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.