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
2 changed files with 2 additions and 2 deletions

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