aboutsummaryrefslogtreecommitdiff
path: root/src/DSi_NDMA.cpp
Commit message (Collapse)AuthorAge
* Introduce `Platform::Log` (#1640)Jesse Talavera-Greenberg2023-03-23
| | | | | | | | | | | | | * Add Platform::Log and Platform::LogLevel * Replace most printf calls with Platform::Log calls * Move a brace down * Move some log entries to one Log call - Some implementations of Log may assume a full line * Log the MAC address as LogLevel::Info
* fix a tidbit with GXFIFO NDMA, I thinkArisotura2022-11-03
|
* actual DSi camera support (#1520)Arisotura2022-10-02
| | | basically feeding something that isn't a fixed stripe pattern, and emulating enough of the camera hardware to make this work
* add support for GXFIFO NDMAArisotura2022-04-10
|
* update copyright headersArisotura2022-01-09
|
* Custom path support (#1333)Arisotura2022-01-07
| | | | | | | also including: * getting rid of shitty strings * all new, cleaner ROM handling code * base for DSi savestates * GBA slot addons (for now, memory cart)
* update copyright year and add missing GPL headersRSDuck2021-03-12
|
* messin' aroundArisotura2020-09-08
|
* huh. all DSi files had outdated copyright yearsArisotura2020-06-05
|
* * some fixes to SD controller support, make it clear that there is no SD ↵Arisotura2019-10-19
| | | | | | | | | inserted, makes Flipnote work somewhat better * immediately clear AES busy flag when the block count is zero (occurs when loading DSi cart games) * implement NDMA start modes that have an old-DMA equivalent (except for GXFIFO mode) now it boots DSi carts!
* * AES-CCM decryptArisotura2019-07-02
| | | | * fix a bunch of bugs
* ayyyArisotura2019-06-20
| | | | getting there!
* combat AES overflowing and/or getting stuckArisotura2019-06-19
|
* add NDMA start mode 0x0A (AES input FIFO)Arisotura2019-06-19
|
* add AES, fix a bunch of bugsArisotura2019-06-19
| | | | we're getting an error screen! wee
* might be more impressive if it actually worked, like thisArisotura2019-06-18
|
* tremble upon the NDMA implementationArisotura2019-06-18
| | | | that doesn't do much beyond getting stuck
* HARK HARK HARKArisotura2019-06-18