all repos — mgba @ e89a705419389c4b308af3d6b1c7616c34a37038

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