all repos — mgba @ d5b8fdf81cff2e1cc2dc2836926aa9919ce3146e

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