16 #ifndef __RARCH_CHEEVOS_FIXUP_H 17 #define __RARCH_CHEEVOS_FIXUP_H #define RETRO_BEGIN_DECLS
Definition: retro_common_api.h:41
const uint8_t * location
Definition: fixup.h:29
const uint8_t * cheevos_fixup_find(cheevos_fixups_t *fixups, unsigned address, int console)
Definition: fixup.c:80
GLuint address
Definition: glext.h:10300
void cheevos_fixup_init(cheevos_fixups_t *fixups)
Definition: fixup.c:67
unsigned address
Definition: fixup.h:28
#define RETRO_END_DECLS
Definition: retro_common_api.h:42
const uint8_t * cheevos_patch_address(unsigned address, int console)
Definition: fixup.c:123
unsigned count
Definition: fixup.h:35
cheevos_fixup_t * elements
Definition: fixup.h:34
bool dirty
Definition: fixup.h:36
unsigned char uint8_t
Definition: stdint.h:124
void cheevos_fixup_destroy(cheevos_fixups_t *fixups)
Definition: fixup.c:74