fceugx/source/patch.h

20 lines
377 B
C
Raw Normal View History

2009-07-23 05:39:43 +00:00
/****************************************************************************
* FCE Ultra
* Nintendo Wii/Gamecube Port
*
2023-01-30 22:07:47 +01:00
* Tantric 2008-2023
2009-07-23 05:39:43 +00:00
*
* patch.h
*
* IPS/UPS/PPF patch support
***************************************************************************/
#ifndef PATCH_H
#define PATCH_H
#include "memfile.h"
2009-10-01 22:21:25 +00:00
int LoadPatch(int size);
2009-07-23 05:39:43 +00:00
#endif