mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-03 01:55:06 +01:00
9 lines
193 B
C
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
|