mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
fusee_cpp: implement bpmp cache driver
This commit is contained in:
parent
49d0a51d6b
commit
5cff5e629b
6 changed files with 390 additions and 11 deletions
|
@ -117,7 +117,8 @@ SECTIONS
|
|||
FILL(0x00000000)
|
||||
*(.data .data.* .gnu.linkonce.d.*)
|
||||
SORT(CONSTRUCTORS)
|
||||
. = ALIGN(64) - 1;
|
||||
. = ALIGN(16);
|
||||
. = . + 15;
|
||||
BYTE(0x00);
|
||||
} >main AT>glob
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue