Update changelog

This commit is contained in:
Gericom
2026-05-03 11:34:16 +02:00
parent 5d908d6fb0
commit ae034ae1f6
2 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,12 @@
## [Unreleased] ## [Unreleased]
### Added
- DMA card read support for the M3DS platform - by @lifehackerhansol
### Fixed
- DMA card read offsets for Pokemon Ranger (EU) - by @taxicat1
## [v1.6.0] - 29 Mar 2026 ## [v1.6.0] - 29 Mar 2026
### Added ### Added

View File

@@ -7,7 +7,6 @@ DEFINE_SECTION_SYMBOLS(m3ds_readsdsectorsdma);
DEFINE_SECTION_SYMBOLS(m3ds_readsdsectorsdma_helper); DEFINE_SECTION_SYMBOLS(m3ds_readsdsectorsdma_helper);
extern "C" void m3ds_readSdSectorsDma(u32 srcSector, u32 previousSrcSector, u32 dmaChannel, void* dst); extern "C" void m3ds_readSdSectorsDma(u32 srcSector, u32 previousSrcSector, u32 dmaChannel, void* dst);
extern "C" void m3ds_finishReadSdSectorsDma(void);
extern "C" void m3ds_readSdSectorsDma_applyCommand(void); extern "C" void m3ds_readSdSectorsDma_applyCommand(void);
extern "C" void m3ds_sdStopTransmission(void); extern "C" void m3ds_sdStopTransmission(void);