snes9xgx/source/ngc/patch.h

19 lines
371 B
C
Raw Normal View History

2008-10-28 06:13:24 +01:00
/****************************************************************************
* Snes9x 1.51 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:35:12 +02:00
void LoadPatch();
2008-10-28 06:13:24 +01:00
#endif