From 0c6617e92091621d6bb292135aa4ec2c15fef2a1 Mon Sep 17 00:00:00 2001 From: saulfabreg Wii VC Project Date: Fri, 18 Aug 2023 15:51:12 -0500 Subject: [PATCH] Fix GameCube builds of VBA-M Libretro too GameCube is a big-endian system too, so let's fix it too and include it on the nightly buildbot for GCN. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e64b946..9445354a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -181,7 +181,7 @@ libretro-build-ngc: extends: - .libretro-ngc-static-retroarch-master - .core-defs - + # Nintendo Wii libretro-build-wii: extends: