RetroArch
Classes | Functions
fixup.h File Reference
#include <stdint.h>
#include <boolean.h>
#include <retro_common_api.h>
Include dependency graph for fixup.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cheevos_fixup_t
 
struct  cheevos_fixups_t
 

Functions

void cheevos_fixup_init (cheevos_fixups_t *fixups)
 
void cheevos_fixup_destroy (cheevos_fixups_t *fixups)
 
const uint8_tcheevos_fixup_find (cheevos_fixups_t *fixups, unsigned address, int console)
 
const uint8_tcheevos_patch_address (unsigned address, int console)
 

Function Documentation

◆ cheevos_fixup_destroy()

void cheevos_fixup_destroy ( cheevos_fixups_t fixups)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cheevos_fixup_find()

const uint8_t* cheevos_fixup_find ( cheevos_fixups_t fixups,
unsigned  address,
int  console 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cheevos_fixup_init()

void cheevos_fixup_init ( cheevos_fixups_t fixups)
Here is the caller graph for this function:

◆ cheevos_patch_address()

const uint8_t* cheevos_patch_address ( unsigned  address,
int  console 
)

HACK Subtract the correct amount of bytes to reach the save RAM as it's size is not always set correctly in the core.

Here is the call graph for this function:
Here is the caller graph for this function: