ref: bbfcc48e2a0ce201fae14676bbac20cd7b152b04
parent: f78f6b7105f59538822c80f4e7abdff260ba3a31
author: Clownacy <Clownacy@users.noreply.github.com>
date: Fri Apr 17 21:01:53 EDT 2020
Update Wii U instructions
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@
Then, generate the build files with this command:
```
-cmake -B buildwiiu -DCMAKE_BUILD_TYPE=Release -DFORCE_LOCAL_LIBS=ON -DBACKEND_PLATFORM=WiiU -DBACKEND_RENDERER=Software -DBACKEND_AUDIO=Null -DBUILD_DOCONFIG=OFF -DCMAKE_TOOLCHAIN_FILE=$DEVKITPRO/wut/share/wut.toolchain.cmake
+cmake -B buildwiiu -DCMAKE_BUILD_TYPE=Release -DFORCE_LOCAL_LIBS=ON -DBACKEND_PLATFORM=WiiU -DBACKEND_RENDERER=Software -DBACKEND_AUDIO=WiiU -DBUILD_DOCONFIG=OFF -DCMAKE_TOOLCHAIN_FILE=$DEVKITPRO/wut/share/wut.toolchain.cmake
```
Finally, build the game with this command: