From 9a759681abf8883cdbaa9a0299c07d13f08556d1 Mon Sep 17 00:00:00 2001 From: Fancy2209 <64917206+Fancy2209@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:30:02 +0000 Subject: [PATCH] Update README-ogc.md (#69) --- docs/README-ogc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README-ogc.md b/docs/README-ogc.md index a2a1fefb5f457..619c87a0dc3e4 100644 --- a/docs/README-ogc.md +++ b/docs/README-ogc.md @@ -1,4 +1,4 @@ -# Nintendo 3DS +# Nintendo GameCube/Nintendo Wii SDL port for the Nintendo GameCube and Nintendo Wii [Homebrew toolchain](https://devkitpro.org/). @@ -9,7 +9,7 @@ Credits to: ## Building -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: ```bash cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE="$DEVKITPRO/cmake/Wii.cmake" -DCMAKE_BUILD_TYPE=Release