mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2025-10-05 16:12:49 +02:00
Fix .recomp_patch section functions not getting loaded (#449)
This commit is contained in:
Submodule lib/N64ModernRuntime updated: ce68e96c17...47feaaaa0d
@@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user