mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-18 03:39:16 +01:00
19fcd9bf31
- updates to new controller changes - updates to new render context changes - updates to new controller number changes - fix for crash on save thread
11 lines
329 B
C++
11 lines
329 B
C++
#include "ovl_patches.hpp"
|
|
#include "../../RecompiledPatches/patches_bin.h"
|
|
#include "../../RecompiledPatches/recomp_overlays.inl"
|
|
|
|
#include "librecomp/overlays.hpp"
|
|
#include "librecomp/game.hpp"
|
|
|
|
void zelda64::register_patches() {
|
|
recomp::overlays::register_patches(mm_patches_bin, sizeof(mm_patches_bin), section_table);
|
|
}
|