summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>2022-08-15 04:57:24 +0200
committerGitHub <noreply@github.com>2022-08-14 22:57:24 -0400
commit68e7f2e6c16e4b5206e5e1594ec598109bd5a314 (patch)
tree3bf9031f3c8a7559373f9dbf4be2ffe3973d7db9 /scripts
parentb989ef4f7f23acb482ccfc93675c1807b85c4ac0 (diff)
Wii U support (#1097)
* Wii U support * [WiiU] Combined Dockerfile * [WiiU] Combined Dockerfile * [WiiU] Combined Dockerfile * Add Jenkins support * wiiu: fix scissor clamp * wiiu: improve button remapping * wiiu: fix scaling issues * Update Dockerfile after merge * Pull assets before build * Only stop container once * Adjust logging sinks * wiiu: Change button mapping to match PC version * wiiu: Implement controller changes * wiiu: Update BUILDING.md Co-authored-by: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com> Co-authored-by: David Chavez <david@dcvz.io>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/wiiu/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/wiiu/build.sh b/scripts/wiiu/build.sh
new file mode 100755
index 000000000..c9c54e5f6
--- /dev/null
+++ b/scripts/wiiu/build.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+cmake -H. -Bbuild-wiiu -GNinja -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/WiiU.cmake -DCMAKE_BUILD_TYPE:STRING=Release
+cmake --build build-wiiu --target soh --config Release