usbloadergx/source/patches/dolpatcher.h
2010-09-24 00:48:03 +00:00

9 lines
193 B
C

#ifndef DOLPATCHER_C_
#define DOLPATCHER_C_
#include <gctypes.h>
bool PatchDOL(u8 * Address, int Size, const u8 * SearchPattern, int SearchSize, const u8 * PatchData, int PatchSize);
#endif