fceugx/source/patch.h

20 lines
377 B
C
Raw Normal View History

2009-07-23 07:39:43 +02:00
/****************************************************************************
* FCE Ultra
* Nintendo Wii/Gamecube Port
*
2022-01-09 17:40:41 +01:00
* Tantric 2008-2022
2009-07-23 07:39:43 +02:00
*
* 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