Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pointless micro optimisations | RSDuck | 2023-04-28 |
| | |||
* | Introduce `Platform::Log` (#1640) | Jesse Talavera-Greenberg | 2023-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 | ||
* | properly make the DSi NAND instance-unique | Arisotura | 2022-09-23 |
| | |||
* | fix last commit for when no SD is inserted | RSDuck | 2022-08-21 |
| | |||
* | fix DSi SD newly inserted/removed IRQ bits | RSDuck | 2022-08-21 |
| | | | | | we don't support SD card hot swapping and SDIO wifi is always inserted, so those bits are always zero special thanks to Evie | ||
* | 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) | ||
* | finally decouple Config from the core. baahhahahahah | Arisotura | 2021-11-18 |
| | |||
* | DLDI/SD folder-sync apparatus (#1251) | Arisotura | 2021-10-28 |
| | | | guess we can finally have DLDI that isn't obtuse | ||
* | Revert "Misc fixes for dsiwifi BMI stage (#1216)" | Nadia Holmquist Pedersen | 2021-10-02 |
| | | | | This reverts commit a54b076b0659abc00820985fccbfa9ac095e3358. | ||
* | Misc fixes for dsiwifi BMI stage (#1216) | Max Thomas | 2021-09-06 |
| | |||
* | Cart refactor (#1073) | Arisotura | 2021-04-25 |
| | | | complete cart-interface refactor, will make this code a lot easier to deal with | ||
* | update copyright year and add missing GPL headers | RSDuck | 2021-03-12 |
| | |||
* | Fix some compiler warnings | WaluigiWare64 | 2021-01-25 |
| | |||
* | keep only one handle of the NAND file around | RSDuck | 2021-01-17 |
| | |||
* | make FIFO size static whene possible | RSDuck | 2020-12-30 |
| | |||
* | make unlaunch'd NANDs work | Arisotura | 2020-10-25 |
| | |||
* | make SD support actually be a thing | Arisotura | 2020-08-25 |
| | |||
* | * 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 |
| | |||
* | I'm a major derp | Arisotura | 2020-06-02 |
| | |||
* | silence pointless and spammy printf | Arisotura | 2020-06-01 |
| | |||
* | reset SD controllers during a soft-reset | Arisotura | 2020-06-01 |
| | |||
* | betterer SD/MMC code. Flipnote can save shit! | Arisotura | 2020-06-01 |
| | |||
* | * some fixes to SD controller support, make it clear that there is no SD ↵ | Arisotura | 2019-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! | ||
* | * 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) | ||
* | support DSi-mode carts | Arisotura | 2019-08-04 |
| | | | | except they need to have the DSi-mode shit encrypted | ||
* | 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 |
| | |||
* | lay base for DSi wifi | Arisotura | 2019-07-03 |
| | |||
* | * AES-CCM decrypt | Arisotura | 2019-07-02 |
| | | | | * fix a bunch of bugs | ||
* | make it work better | Arisotura | 2019-06-21 |
| | |||
* | make it actually not crapo the NAND | Arisotura | 2019-06-20 |
| | |||
* | implement SD/MMC write (cmd25) | Arisotura | 2019-06-20 |
| | |||
* | ayyy | Arisotura | 2019-06-20 |
| | | | | getting there! | ||
* | there, PSISP | Arisotura | 2019-06-19 |
| | |||
* | fix moar bugs, get furtherer (add support for SDHC addressing) | Arisotura | 2019-06-19 |
| | |||
* | fix more bugs, get further | Arisotura | 2019-06-19 |
| | |||
* | fix bug with SD reads going a bit too far | Arisotura | 2019-06-19 |
| | |||
* | add AES, fix a bunch of bugs | Arisotura | 2019-06-19 |
| | | | | we're getting an error screen! wee | ||
* | plug it to the SD/MMC FIFO. | Arisotura | 2019-06-18 |
| | | | | now half the shit is done. | ||
* | 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 |