all repos — mgba @ 5b7a551ed8481873d5a74d1c0365f3e1e485b7f7

mGBA Game Boy Advance Emulator

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

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