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