We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8378cba commit 9a75968Copy full SHA for 9a75968
1 file changed
docs/README-ogc.md
@@ -1,4 +1,4 @@
1
-# Nintendo 3DS
+# Nintendo GameCube/Nintendo Wii
2
3
SDL port for the Nintendo GameCube and Nintendo Wii [Homebrew toolchain](https://devkitpro.org/).
4
@@ -9,7 +9,7 @@ Credits to:
9
10
## Building
11
12
-To build for the Nintendo GameCure or Wii, make sure you have devkitARM and cmake installed and run:
+To build for the Nintendo GameCube or Wii, make sure you have devkitPPC and cmake installed and run:
13
14
```bash
15
cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE="$DEVKITPRO/cmake/Wii.cmake" -DCMAKE_BUILD_TYPE=Release
0 commit comments