Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pointless micro optimisations | RSDuck | 2023-04-28 |
| | |||
* | fixes editor warnings about undefined types in a bunch of files | Valtýr Kári Daníelsson | 2022-07-27 |
| | |||
* | update copyright headers | Arisotura | 2022-01-09 |
| | |||
* | Custom path support (#1333) | Arisotura | 2022-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) | Arisotura | 2021-10-28 |
| | | | guess we can finally have DLDI that isn't obtuse | ||
* | update copyright year and add missing GPL headers | RSDuck | 2021-03-12 |
| | |||
* | keep only one handle of the NAND file around | RSDuck | 2021-01-17 |
| | |||
* | make FIFO size static whene possible | RSDuck | 2020-12-30 |
| | |||
* | Random minor fixes (#757) | Valeri | 2020-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 some | Arisotura | 2020-06-15 |
| | | | | | * shut up CP15 printf's for Fx0 * fix bugs | ||
* | huh. all DSi files had outdated copyright years | Arisotura | 2020-06-05 |
| | |||
* | betterer SD/MMC code. Flipnote can save shit! | Arisotura | 2020-06-01 |
| | |||
* | * base for potentially re-encrypting modcrypt, doesn't seem to be required? ↵ | Arisotura | 2019-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 init | Arisotura | 2019-08-04 |
| | |||
* | lots of things. attempting to make wifi init work. not there yet. | Arisotura | 2019-07-24 |
| | |||
* | * AES-CCM decrypt | Arisotura | 2019-07-02 |
| | | | | * fix a bunch of bugs | ||
* | make it actually not crapo the NAND | Arisotura | 2019-06-20 |
| | |||
* | implement SD/MMC write (cmd25) | Arisotura | 2019-06-20 |
| | |||
* | fix moar bugs, get furtherer (add support for SDHC addressing) | Arisotura | 2019-06-19 |
| | |||
* | add data32 IRQ thing | Arisotura | 2019-06-18 |
| | |||
* | take all the SDMMC shit further. now it's completing MMC init and trying to ↵ | Arisotura | 2019-06-18 |
| | | | | read shit. | ||
* | moar SD/MMC commands | Arisotura | 2019-06-17 |
| | |||
* | take this shit further | Arisotura | 2019-06-17 |
| | |||
* | lay base for SD shit | Arisotura | 2019-06-16 |