Skip to content

BlackLineInteractive/nWiiURecomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NWiiRecomp

Static recompilation and runtime toolkit for Nintendo Wii U executables.

(The first recompiler that really works)

nWiiURecomp Discord

Blackline Interactive YouTube


What is this?

nWiiURecomp translates Nintendo Wii U (.rpx, .rpl) executables into native C++ code. The output is a standalone executable that runs natively without instruction-level emulation. Hardware interactions are handled by a High-Level Emulation (HLE) runtime layer.

A Note on Our Approach: nWiiURecomp features a fully custom-built rasterizer, shader generator, and HLE runtime tailored specifically for Cafe OS and the Latte GPU.


Project Structure

nWiiURecomp/
├── nWiiUAnalyzer/   — RPX/RPL parser and function boundary analyzer
├── nWiiURecomp/     — Offline static recompiler (PPC → C++)
├── nWiiURuntime/    — Cross-platform runtime + Cafe OS / Latte GPU HLE library
└── nWiiUStudio/     — GUI debugging and inspection tool (Raylib + ImGui)

What Works

Analyzer (nWiiUAnalyzer)

  • RPX section parsing.
  • Disassembly and function boundary discovery.

Recompiler (nWiiURecomp)

  • Translates PowerPC 750CL instructions to C++.
  • Tail-call detection and goto-based local branch inlining.

Runtime (nWiiURuntime)

  • Cafe OS: Initial RPX loading, ELF parsing.
  • Latte GPU: PM4 packet handling stub.

About

Static recompilation and runtime toolkit for Nintendo Wii U (based on NWiiRecomp) to make native PC ports (and not only)

Topics

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages