Fix .recomp_patch section functions not getting loaded (#449)

This commit is contained in:
Wiseguy 2024-07-28 21:43:14 -04:00 committed by GitHub
parent 528a22d86f
commit 9981b922dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit ce68e96c171f7f036e29f539e22a604da04af824
Subproject commit 47feaaaa0da5b5f80e90b9daca144a4141b641b8

View File

@ -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));
}