RetroArch
Functions
var.c File Reference
#include <ctype.h>
#include <stdint.h>
#include <libretro.h>
#include "var.h"
#include "../retroarch.h"
#include "../core.h"
#include "../verbosity.h"
Include dependency graph for var.c:

Functions

static cheevos_var_size_t cheevos_var_parse_prefix (const char **memaddr)
 
static size_t cheevos_var_reduce (size_t addr, size_t mask)
 
static size_t cheevos_var_highest_bit (size_t n)
 
void cheevos_var_parse (cheevos_var_t *var, const char **memaddr)
 
void cheevos_var_patch_addr (cheevos_var_t *var, cheevos_console_t console)
 
uint8_tcheevos_var_get_memory (const cheevos_var_t *var)
 
unsigned cheevos_var_get_value (cheevos_var_t *var)
 

Function Documentation

◆ cheevos_var_get_memory()

uint8_t* cheevos_var_get_memory ( const cheevos_var_t var)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cheevos_var_get_value()

unsigned cheevos_var_get_value ( cheevos_var_t var)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cheevos_var_highest_bit()

static size_t cheevos_var_highest_bit ( size_t  n)
static
Here is the caller graph for this function:

◆ cheevos_var_parse()

void cheevos_var_parse ( cheevos_var_t var,
const char **  memaddr 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cheevos_var_parse_prefix()

static cheevos_var_size_t cheevos_var_parse_prefix ( const char **  memaddr)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cheevos_var_patch_addr()

void cheevos_var_patch_addr ( cheevos_var_t var,
cheevos_console_t  console 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cheevos_var_reduce()

static size_t cheevos_var_reduce ( size_t  addr,
size_t  mask 
)
static
Here is the caller graph for this function: