RetroArch
Classes | Enumerations | Functions
cond.h File Reference
#include "var.h"
#include <retro_common_api.h>
Include dependency graph for cond.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cheevos_cond_t
 

Enumerations

enum  cheevos_cond_type_t {
  CHEEVOS_COND_TYPE_STANDARD, CHEEVOS_COND_TYPE_PAUSE_IF, CHEEVOS_COND_TYPE_RESET_IF, CHEEVOS_COND_TYPE_ADD_SOURCE,
  CHEEVOS_COND_TYPE_SUB_SOURCE, CHEEVOS_COND_TYPE_ADD_HITS
}
 
enum  cheevos_cond_op_t {
  CHEEVOS_COND_OP_EQUALS, CHEEVOS_COND_OP_LESS_THAN, CHEEVOS_COND_OP_LESS_THAN_OR_EQUAL, CHEEVOS_COND_OP_GREATER_THAN,
  CHEEVOS_COND_OP_GREATER_THAN_OR_EQUAL, CHEEVOS_COND_OP_NOT_EQUAL_TO
}
 

Functions

void cheevos_cond_parse (cheevos_cond_t *cond, const char **memaddr)
 
unsigned cheevos_cond_count_in_set (const char *memaddr, unsigned which)
 
void cheevos_cond_parse_in_set (cheevos_cond_t *cond, const char *memaddr, unsigned which)
 

Enumeration Type Documentation

◆ cheevos_cond_op_t

Enumerator
CHEEVOS_COND_OP_EQUALS 
CHEEVOS_COND_OP_LESS_THAN 
CHEEVOS_COND_OP_LESS_THAN_OR_EQUAL 
CHEEVOS_COND_OP_GREATER_THAN 
CHEEVOS_COND_OP_GREATER_THAN_OR_EQUAL 
CHEEVOS_COND_OP_NOT_EQUAL_TO 

◆ cheevos_cond_type_t

Enumerator
CHEEVOS_COND_TYPE_STANDARD 
CHEEVOS_COND_TYPE_PAUSE_IF 
CHEEVOS_COND_TYPE_RESET_IF 
CHEEVOS_COND_TYPE_ADD_SOURCE 
CHEEVOS_COND_TYPE_SUB_SOURCE 
CHEEVOS_COND_TYPE_ADD_HITS 

Function Documentation

◆ cheevos_cond_count_in_set()

unsigned cheevos_cond_count_in_set ( const char *  memaddr,
unsigned  which 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cheevos_cond_parse()

void cheevos_cond_parse ( cheevos_cond_t cond,
const char **  memaddr 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cheevos_cond_parse_in_set()

void cheevos_cond_parse_in_set ( cheevos_cond_t cond,
const char *  memaddr,
unsigned  which 
)
Here is the call graph for this function:
Here is the caller graph for this function: