aboutsummaryrefslogtreecommitdiff
path: root/src/DSi_SD.h
Commit message (Collapse)AuthorAge
* 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)
* DLDI/SD folder-sync apparatus (#1251)Arisotura2021-10-28
| | | guess we can finally have DLDI that isn't obtuse
* update copyright year and add missing GPL headersRSDuck2021-03-12
|
* keep only one handle of the NAND file aroundRSDuck2021-01-17
|
* make FIFO size static whene possibleRSDuck2020-12-30
|
* Random minor fixes (#757)Valeri2020-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix incorrect/questionable assert() usage Originally reported by https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2159000700, but also includes a bunch of other fixes. * Fix some `printf` warnings Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2160310550 * Remove useless check It is never passed thanks to `if (num_in < 1) {...; return}` before Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2154840804 * Add missing header guard, rename other to avoid conflicts Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2163210746 * Make DSi_SDDevice destructor virtual Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2158670642 * Use thread-safe localtime_r, assign `time` result directly Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2154840805 * Fix MinGW build It needs _POSIX_THREAD_SAFE_FUNCTIONS to export `localtime_r`
* * take nwifi forward someArisotura2020-06-15
| | | | | * shut up CP15 printf's for Fx0 * fix bugs
* huh. all DSi files had outdated copyright yearsArisotura2020-06-05
|
* betterer SD/MMC code. Flipnote can save shit!Arisotura2020-06-01
|
* * base for potentially re-encrypting modcrypt, doesn't seem to be required? ↵Arisotura2019-08-07
| | | | | | but can also serve to decrypt it * revise SD IRQ behavior (fixing potential hang when loading DS games)
* wifi: take this shit further. complete wifi initArisotura2019-08-04
|
* lots of things. attempting to make wifi init work. not there yet.Arisotura2019-07-24
|
* * AES-CCM decryptArisotura2019-07-02
| | | | * fix a bunch of bugs
* make it actually not crapo the NANDArisotura2019-06-20
|
* implement SD/MMC write (cmd25)Arisotura2019-06-20
|
* fix moar bugs, get furtherer (add support for SDHC addressing)Arisotura2019-06-19
|
* add data32 IRQ thingArisotura2019-06-18
|
* take all the SDMMC shit further. now it's completing MMC init and trying to ↵Arisotura2019-06-18
| | | | read shit.
* moar SD/MMC commandsArisotura2019-06-17
|
* take this shit furtherArisotura2019-06-17
|
* lay base for SD shitArisotura2019-06-16