fceugx/source/patch.h
2022-01-09 09:40:41 -07:00

20 lines
377 B
C

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