From cecbaba580e34ffbb6553cf359a60533a0700071 Mon Sep 17 00:00:00 2001 From: mahoneyt944 <49591133+mahoneyt944@users.noreply.github.com> Date: Mon, 24 Jan 2022 08:20:41 -0500 Subject: [PATCH] Fix 3ds boot time with legacy toolchain --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 856d1cc..48e2c98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,7 +77,7 @@ include: # Nintendo 3DS - project: 'libretro-infrastructure/ci-templates' - file: '/ctr-static.yml' + file: '/ctr-legacy-static.yml' # Nintendo WiiU - project: 'libretro-infrastructure/ci-templates' @@ -276,7 +276,7 @@ libretro-build-vita: # Nintendo 3DS libretro-build-ctr: extends: - - .libretro-ctr-static-retroarch-master + - .libretro-ctr-legacy-static-retroarch-master - .core-defs only: - master