Static recompilation of Soul Blade (USA) for the PlayStation 1.
Built on PSXRecomp — a MIPS R3000A → C → native x64 static recompilation framework. The game executable is recompiled to produce a single binary that runs without an emulator, delivering perfect native performance.
To run a release of SoulBlade-Recomp, you need your own legally obtained copy of:
- Soul Blade (USA) — disc image (
.cue/.bin)
No retail BIOS image, game disc image, or game assets are included in or distributed by this repository or its releases.
Playable with Custom Enhancements. What works today:
-
✅ Boots and plays — The game runs natively with full rendering, input, and memory-card saves.
-
✅ High Resolution — Configured for HD scaling via
settings.toml. -
✅ Supersampling & Filtering — 2x Supersampling with nearest-neighbor filtering to preserve sharp pixel aesthetics.
-
⚠️ Scope: USA region only. Other regions are untested. -
⚠️ Known Issues: There is a minor graphical glitch with water rendering. This is an engine-level issue expected to be resolved by the PSXRecomp community in future runtime updates.
Grab the release archive from Releases, extract it, and run the executable.
- Provide the game disc — You must provide your own legal copy of the game. Place your
.cueand.binfiles inside the extracted Release folder. - Configure the path — Open the
game.tomlfile and set the[disc]path to your.cuefile:[disc] path = "Soul Blade (USA).cue"
- Launch — Run
SoulBlade-Recomp.exe.
Any community fix or pull request is welcome! The idea is to further improve the engine code, making all games more compatible and accurate. Feel free to contribute and help expand the scope of native PlayStation recompilation.
- Port / Configuration / Engine Fixes: fabioap-cpu
- Base Recompiler Technology: psxrecomp by mstan
