mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-03 07:31:38 +00:00
Fix .recomp_patch section functions not getting loaded
This commit is contained in:
parent
4c2cc2003a
commit
068b072abd
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit ce68e96c171f7f036e29f539e22a604da04af824
|
Subproject commit 47feaaaa0da5b5f80e90b9daca144a4141b641b8
|
||||||
|
|
@ -6,5 +6,5 @@
|
||||||
#include "librecomp/game.hpp"
|
#include "librecomp/game.hpp"
|
||||||
|
|
||||||
void zelda64::register_patches() {
|
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…
Add table
Reference in a new issue