From 83ecc68d188c0aec4d624a492c079f811647894a Mon Sep 17 00:00:00 2001 From: Wiseguy <68165316+Mr-Wiseguy@users.noreply.github.com> Date: Fri, 16 Aug 2024 09:50:01 -0400 Subject: [PATCH] Improve build times by using the recompiler to output multiple functions per file (#465) * Update RT64 for many things, most notably re-spirv * Improve build times by using the recompiler to output multiple functions per file --- .github/workflows/validate.yml | 2 +- lib/N64ModernRuntime | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 31b5089..99b0987 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -9,7 +9,7 @@ on: N64RECOMP_COMMIT: type: string required: false - default: 'ba4aede49c9a5302ecfc1fa599f7acc3925042f9' + default: '65f29f1a71c446d6de546ebcde0e1b3e768a271d' DXC_CHECKSUM: type: string required: false diff --git a/lib/N64ModernRuntime b/lib/N64ModernRuntime index 47feaaa..0a53855 160000 --- a/lib/N64ModernRuntime +++ b/lib/N64ModernRuntime @@ -1 +1 @@ -Subproject commit 47feaaaa0da5b5f80e90b9daca144a4141b641b8 +Subproject commit 0a538553330ea5fdb1673708704bb92a854241b9