From 4cef3666445dbf7678dbe0d023deb1705686c39e Mon Sep 17 00:00:00 2001 From: Fancy2209 <64917206+Fancy2209@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:29:38 +0000 Subject: [PATCH 1/2] Update README-ogc.md --- 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..2a1737a9cd6a1 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,8 +9,8 @@ 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 cmake --build build From b0fe042158280156150c206c4fb34175a959dc45 Mon Sep 17 00:00:00 2001 From: Fancy2209 <64917206+Fancy2209@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:32:10 +0000 Subject: [PATCH 2/2] Fix position of a line --- docs/README-ogc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-ogc.md b/docs/README-ogc.md index 2a1737a9cd6a1..619c87a0dc3e4 100644 --- a/docs/README-ogc.md +++ b/docs/README-ogc.md @@ -9,8 +9,8 @@ Credits to: ## Building - 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 cmake --build build