File:  [Generator SEGA Genesis emulator] / generator / hdr / patch.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed Mar 4 04:47:13 2020 UTC (6 years, 4 months ago) by root
Branches: MAIN, JamesPonder
CVS tags: v0_35, HEAD
0.35

typedef struct _t_patchlist {
  struct _t_patchlist *next;
  char code[32];
  char *action;
} t_patchlist;

extern t_patchlist *patch_patchlist;

int patch_loadfile(const char *filename);
int patch_savefile(const char *filename);
void patch_clearlist(void);
void patch_addcode(const char *code, const char *action);
int patch_apply(const char *code, const char *action);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.