all repos — mgba @ f1b4e7039f0c61699788f1ef95fcd305a61d649d

mGBA Game Boy Advance Emulator

src/util/patch-ips.h (view raw)

1#ifndef PATCH_IPS_H
2#define PATCH_IPS_H
3
4struct Patch;
5
6int loadPatchIPS(struct Patch* patch);
7
8#endif