fceugx/source/ngc/patch.h
2009-10-01 22:21:25 +00:00

20 lines
380 B
C

/****************************************************************************
* FCE Ultra
* Nintendo Wii/Gamecube Port
*
* Tantric October 2008
*
* patch.h
*
* IPS/UPS/PPF patch support
***************************************************************************/
#ifndef PATCH_H
#define PATCH_H
#include "memfile.h"
int LoadPatch(int size);
#endif