all repos — mgba @ 4ecdcf25f53a0ca18fc7bc74640d8b1ee4291799

mGBA Game Boy Advance Emulator

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

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