-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
TeamCemu
authored and
TeamCemu
committed
Jul 26, 2018
1 parent
aa0d2bb
commit cd54c4f
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |