all repos — mgba @ d75042ea38fbffafdd53d2827421ab4470b47737

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 "util/common.h"
 5
 6struct Patch;
 7
 8bool loadPatchUPS(struct Patch* patch);
 9
10#endif