Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |