|
libElysianVMU 1.6.0
Full-featured, accurate, cross-platform library emulating the Dreamcast's Visual Memory Unit
|
Go to the source code of this file.
Macros | |
| #define | EVMU_EXPORT GBL_EXPORT |
| #define | EVMU_INLINE GBL_INLINE |
Logging | |
Macros used for logging to the "evmu" domain | |
| #define | EVMU_LOG_VERBOSE(...) |
| #define | EVMU_LOG_DEBUG(...) |
| #define | EVMU_LOG_INFO(...) |
| #define | EVMU_LOG_WARN(...) |
| #define | EVMU_LOG_ERROR(...) |
| #define | EVMU_LOG_PUSH() |
| #define | EVMU_LOG_POP(n) |
Top-level defines for EVMU API macros.
This file contains common, top-level macro declarations used throughout the codebase.
Definition in file evmu_api.h.
| #define EVMU_EXPORT GBL_EXPORT |
Define used for adding attributes to export public symbols.
Definition at line 18 of file evmu_api.h.
| #define EVMU_INLINE GBL_INLINE |
Define used for inlining a funcion within a C header file.
Definition at line 20 of file evmu_api.h.
| #define EVMU_LOG_DEBUG | ( | ... | ) |
Writes a message to the log with the GBL_LOG_DEBUG flag within the "evmu" domain.
Definition at line 29 of file evmu_api.h.
| #define EVMU_LOG_ERROR | ( | ... | ) |
Writes a message to the log with the GBL_LOG_ERROR flag within the "evmu" domain.
Definition at line 35 of file evmu_api.h.
| #define EVMU_LOG_INFO | ( | ... | ) |
Writes a message to the log with the GBL_LOG_INFO flag within the "evmu" domain.
Definition at line 31 of file evmu_api.h.
| #define EVMU_LOG_POP | ( | n | ) |
Pops n levels from the log stack within the "evmu" domain. See GBL_LOG_POP().
Definition at line 39 of file evmu_api.h.
| #define EVMU_LOG_PUSH | ( | ) |
Pushes a level to the log stack within the "evmu" domain. See GBL_LOG_PUSH().
Definition at line 37 of file evmu_api.h.
| #define EVMU_LOG_VERBOSE | ( | ... | ) |
Writes a message to the log with the GBL_LOG_VERBOSE flag within the "evmu" domain.
Definition at line 27 of file evmu_api.h.
| #define EVMU_LOG_WARN | ( | ... | ) |
Writes a message to the log with the GBL_LOG_WARN flag within the "evmu" domain.
Definition at line 33 of file evmu_api.h.