fceugx/source/ngc/patch.h

20 lines
392 B
C
Raw Normal View History

2009-07-23 07:39:43 +02:00
/****************************************************************************
* 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 method, int size);
#endif