Fix linker script
This commit is contained in:
parent
2cc8416c4f
commit
9564768295
|
@ -93,7 +93,7 @@ SECTIONS {
|
||||||
/*Only needed for the PSX BIOS to load the entire game*/
|
/*Only needed for the PSX BIOS to load the entire game*/
|
||||||
. = ALIGN(2048);
|
. = ALIGN(2048);
|
||||||
__planschi_end = .;
|
__planschi_end = .;
|
||||||
} > ram_alt
|
} > ram
|
||||||
}
|
}
|
||||||
|
|
||||||
SECTIONS {
|
SECTIONS {
|
||||||
|
|
Loading…
Reference in New Issue