From cd54c4fb342f53086dda1a4c96d2835bee88fd51 Mon Sep 17 00:00:00 2001 From: TeamCemu <40145098+TeamCemu@users.noreply.github.com> Date: Thu, 26 Jul 2018 21:42:46 +0200 Subject: [PATCH] Updated readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e69de29..1b9483d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,13 @@ +# Wii U CPU benchmark + +A simple homebrew application to benchmark the CPU on a Wii U. Works by running a bunch of different algorithms and then printing out the duration. + +#### Usage + +The .elf file can be run on a Wii U via Homebrew Launcher or in Cemu by launching it directly. + +#### How to compile + +1. Get DevkitPro PPC +2. Open BenchmarkTool.pnproj in Programmer's Notepad +3. Click Tools -> Make \ No newline at end of file