Files
2025-02-17 21:45:16 -05:00

9 lines
186 B
C

#ifndef __OVERLAY_LOADING_H__
#define __OVERLAY_LOADING_H__
#include "patch_helpers.h"
DECLARE_FUNC(void, recomp_load_overlays_by_rom, u32 rom_addr, void* ram_addr, u32 size);
#endif