|
RetroArch
|
Go to the source code of this file.
Classes | |
| struct | cheevos_racheevo_t |
| struct | cheevos_ralboard_t |
| struct | cheevos_rapatchdata_t |
Typedefs | |
| typedef void(* | cheevos_unlock_cb_t) (unsigned id, void *userdata) |
Functions | |
| int | cheevos_get_token (const char *json, char *token, size_t length) |
| int | cheevos_get_patchdata (const char *json, cheevos_rapatchdata_t *patchdata) |
| void | cheevos_free_patchdata (cheevos_rapatchdata_t *patchdata) |
| void | cheevos_deactivate_unlocks (const char *json, cheevos_unlock_cb_t unlock_cb, void *userdata) |
| unsigned | chevos_get_gameid (const char *json) |
| void cheevos_deactivate_unlocks | ( | const char * | json, |
| cheevos_unlock_cb_t | unlock_cb, | ||
| void * | userdata | ||
| ) |
| void cheevos_free_patchdata | ( | cheevos_rapatchdata_t * | patchdata | ) |
| int cheevos_get_patchdata | ( | const char * | json, |
| cheevos_rapatchdata_t * | patchdata | ||
| ) |
| int cheevos_get_token | ( | const char * | json, |
| char * | token, | ||
| size_t | length | ||
| ) |
| unsigned chevos_get_gameid | ( | const char * | json | ) |
1.8.15