mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-15 15:44:23 -04:00
fusee_cpp: add logic for loading mtc overlays
This commit is contained in:
parent
4480e7a8a5
commit
3bcdd0c3c8
157 changed files with 2222 additions and 47 deletions
|
@ -55,7 +55,7 @@ def main(argc, argv):
|
|||
compressed = lz4_compress(param_l + param_h)
|
||||
compressed_params[soc][(param_id_l, param_id_h)] = compressed
|
||||
write_file(os.path.join('sdram_params/lz', 'sdram_params_%s_%d_%d.lz4' % (soc, param_id_l, param_id_h)), compressed)
|
||||
with open('source/fusee_sdram_params.inc', 'w') as f:
|
||||
with open('source/sdram/fusee_sdram_params.inc', 'w') as f:
|
||||
f.write('%s\n' % "/*")
|
||||
f.write('%s\n' % " * Copyright (c) 2018-2020 Atmosph\xc3re-NX")
|
||||
f.write('%s\n' % " *")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue