mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 09:19:17 +01:00
9e79c9d99b
* code cleanup
9 lines
195 B
C
9 lines
195 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
|