mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 15:14:23 -04:00
fusee_cpp: we're over the size limit with mtc in nv-text
This commit is contained in:
parent
7ea9b533d9
commit
622650623c
5 changed files with 22 additions and 22 deletions
|
@ -81,7 +81,7 @@ def main(argc, argv):
|
|||
assert up('<I', params[soc][board][-1][0x40:0x44])[0] == 1600000
|
||||
assert up('<I', params[soc][board][0 if soc == 'mariko' else 3][0x40:0x44])[0] == 204000
|
||||
data = data_204 + data_1600
|
||||
f.write('%s\n' % ('constinit u8 %s[0x%03X] = {' % (board, len(data))))
|
||||
f.write('%s\n' % ('constexpr const u8 %s[0x%03X] = {' % (board, len(data))))
|
||||
while data:
|
||||
block = data[:0x10]
|
||||
data = data[0x10:]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue