![]() |
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_NEXUS_FLASH_EXT ".dcm" |
#define | EVMU_NEXUS_FILE_EXT ".dci" |
Functions | |
void * | EvmuNexus_applyByteOrdering (void *pData, size_t bytes) |
.DCI and .DCM Nexus file formats
This file contains the public API for managing save file formats associated with the Nexus Memory card (.DCI and .DCM).
Definition in file evmu_nexus.h.
#define EVMU_NEXUS_FILE_EXT ".dci" |
Definition at line 18 of file evmu_nexus.h.
#define EVMU_NEXUS_FLASH_EXT ".dcm" |
Definition at line 17 of file evmu_nexus.h.
void * EvmuNexus_applyByteOrdering | ( | void * | pData, |
size_t | bytes | ||
) |
Applies Nexus byte reordering to the given data pointer, whose size must be a multiple of 4.