mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-20 09:55:07 -04:00
fusee_cpp: implement ips patching of kips
This commit is contained in:
parent
07779b787a
commit
c5d021c172
7 changed files with 253 additions and 42 deletions
|
@ -17,18 +17,6 @@ SECTIONS
|
|||
BYTE(00);
|
||||
} >main AT>glob
|
||||
|
||||
.ovl_data :
|
||||
{
|
||||
FILL(0x00000000)
|
||||
fusee_mtc_erista.o(SORT(.data*));
|
||||
fusee_mtc_erista.o(SORT(.bss*));
|
||||
fusee_mtc_mariko.o(SORT(.data*));
|
||||
fusee_mtc_mariko.o(SORT(.bss*));
|
||||
. = ALIGN(16);
|
||||
. = . + 15;
|
||||
BYTE(00);
|
||||
} >main AT>glob
|
||||
|
||||
.text :
|
||||
{
|
||||
FILL(0x00000000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue