mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-16 19:09:15 +01:00
Fix .recomp_patch section functions not getting loaded (#449)
This commit is contained in:
parent
528a22d86f
commit
9981b922dc
@ -1 +1 @@
|
||||
Subproject commit ce68e96c171f7f036e29f539e22a604da04af824
|
||||
Subproject commit 47feaaaa0da5b5f80e90b9daca144a4141b641b8
|
@ -6,5 +6,5 @@
|
||||
#include "librecomp/game.hpp"
|
||||
|
||||
void zelda64::register_patches() {
|
||||
recomp::overlays::register_patches(mm_patches_bin, sizeof(mm_patches_bin), section_table);
|
||||
recomp::overlays::register_patches(mm_patches_bin, sizeof(mm_patches_bin), section_table, ARRLEN(section_table));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user