mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-20 09:55:07 -04:00
fusee_cpp: implement sd card init
This commit is contained in:
parent
25cd3d17de
commit
49d0a51d6b
6 changed files with 167 additions and 3 deletions
|
@ -114,8 +114,11 @@ SECTIONS
|
|||
|
||||
.data :
|
||||
{
|
||||
FILL(0x00000000)
|
||||
*(.data .data.* .gnu.linkonce.d.*)
|
||||
SORT(CONSTRUCTORS)
|
||||
. = ALIGN(64) - 1;
|
||||
BYTE(0x00);
|
||||
} >main AT>glob
|
||||
|
||||
__bss_start__ = .;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue