all repos — mgba @ 6672aebfe46c2ce8fa61f1ad9919e0ea570b3a9d

mGBA Game Boy Advance Emulator

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

 1#ifndef PATCH_UPS_H
 2#define PATCH_UPS_H
 3
 4#include "common.h"
 5
 6struct Patch;
 7
 8bool loadPatchUPS(struct Patch* patch);
 9
10#endif