all repos — mgba @ c3136b914e6577610019ae52c872b03028eb81c4

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