mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-20 10:24:56 +00:00
Fixed section address initialization, created project to start RSP recompilation work
This commit is contained in:
parent
fedeb72451
commit
877524cf94
5 changed files with 229 additions and 1 deletions
|
@ -88,7 +88,7 @@ extern "C" void unload_overlays(int32_t ram_addr, uint32_t size) {
|
|||
|
||||
void init_overlays() {
|
||||
for (size_t section_index = 0; section_index < num_code_sections; section_index++) {
|
||||
section_addresses[section_index] = section_table[section_index].ram_addr;
|
||||
section_addresses[section_table[section_index].index] = section_table[section_index].ram_addr;
|
||||
}
|
||||
|
||||
// Sort the executable sections by rom address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue