fceugx/source/ngc/patch.h

20 lines
380 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"
2009-10-02 00:21:25 +02:00
int LoadPatch(int size);
2009-07-23 07:39:43 +02:00
#endif