|
RetroArch
|
#include <retro_common_api.h>Go to the source code of this file.
Macros | |
| #define | CHEEVOS_TAG "[CHEEVOS]: " |
| #define | CHEEVOS_FREE(p) do { void* q = (void*)p; if (q != NULL) free(q); } while (0) |
| #define | CHEEVOS_LOG cheevos_log |
| #define | CHEEVOS_ERR RARCH_ERR |
Functions | |
| void | cheevos_log (const char *fmt,...) |
| #define CHEEVOS_ERR RARCH_ERR |
| #define CHEEVOS_LOG cheevos_log |
| #define CHEEVOS_TAG "[CHEEVOS]: " |
1.8.15