Fix linker script

This commit is contained in:
2024-01-03 20:36:23 -06:00
parent 2cc8416c4f
commit 9564768295

View File

@@ -93,7 +93,7 @@ SECTIONS {
/*Only needed for the PSX BIOS to load the entire game*/
. = ALIGN(2048);
__planschi_end = .;
} > ram_alt
} > ram
}
SECTIONS {