mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-22 04:24:48 +00:00
fusee-primary: tweak sdram_lp0_save_params to save code space
This code is essentially a giant unrolled loop over an array of register copies. I've manually re-rolled the loop so that rather than emitting code for each parameter to read it, perform bit arithmetic on it, and write it, there is instead a static list of parameters which can be encoded using much less memory.
This commit is contained in:
parent
20dc027a23
commit
1eded071c3
1 changed files with 1047 additions and 986 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue