Search results

  1. LoghanVeilleux

    [RELEASE] CSharp2Wii-Transpiler — Write Wii Homebrew in C# (No Runtime, Runs on Real Hardware)

    Hey everyone! I built a C# to C transpiler for Wii homebrew called WiiSharp. You write clean C# code in Visual Studio with full IntelliSense, run the transpiler, and get a C file ready to be compiled by devkitPPC into a native .dol that runs on real Wii hardware at full speed. No runtime, no...