mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
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
This commit is contained in:
parent
7697a972a3
commit
83ecc68d18
2 changed files with 2 additions and 2 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
|
@ -9,7 +9,7 @@ on:
|
||||||
N64RECOMP_COMMIT:
|
N64RECOMP_COMMIT:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
default: 'ba4aede49c9a5302ecfc1fa599f7acc3925042f9'
|
default: '65f29f1a71c446d6de546ebcde0e1b3e768a271d'
|
||||||
DXC_CHECKSUM:
|
DXC_CHECKSUM:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 47feaaaa0da5b5f80e90b9daca144a4141b641b8
|
Subproject commit 0a538553330ea5fdb1673708704bb92a854241b9
|
||||||
Loading…
Add table
Reference in a new issue