aboutsummaryrefslogtreecommitdiff
path: root/src/SPI.cpp
Commit message (Expand)AuthorAge
* Sprinkle `const` around where appropriate (#1909)Jesse Talavera2023-12-12
* Refactor how save data (including SD cards) is initialized (#1898)Jesse Talavera2023-12-04
* Refactor `NDS` and `DSi` to be objects (#1893)Jesse Talavera-Greenberg2023-11-28
* Move all core types into namespaces (#1886)Jesse Talavera-Greenberg2023-11-25
* convert SPU to OOPArisotura2023-11-04
* update copyright yearsArisotura2023-11-04
* hopefully get the compiler to shut upArisotura2023-11-03
* get this started: refactor SPI in OOPArisotura2023-11-03
* better, less hacky, more OOP-friendly scheduler designArisotura2023-11-02
* Refactor the core's handling of firmware and BIOS images to rely less on the ...Jesse Talavera-Greenberg2023-09-18
* Make the NDS teardown more robust (#1798)Jesse Talavera-Greenberg2023-09-15
* Assorted portability enhancements (#1800)Jesse Talavera-Greenberg2023-08-18
* DSi: add option to boot the full boot ROMs (#1581)PoroCYon2023-07-16
* Introduce `Platform::Log` (#1640)Jesse Talavera-Greenberg2023-03-23
* merge local_wifi (#1516)Arisotura2022-09-22
* save WFC settings when using default firmware. fixes #1401, also fixes #1336Arisotura2022-03-22
* default firmware: in DSi mode, emulate more compatible DWM-W015 instead of DW...Arisotura2022-03-20
* make invalid SPI memory commands return 0xFF. fixes #1366 (Dementium II check...Arisotura2022-03-14
* fix some gaps in the SPI/cart implementationsArisotura2022-03-14
* save battery levels to configArisotura2022-03-07
* Add support for changing the DS and DSi battery levelRayyan Ansari2022-03-07
* update copyright headersArisotura2022-01-09
* Custom path support (#1333)Arisotura2022-01-07
* add valid wifi data to the default firmwareArisotura2021-11-20
* move 'randomize MAC' setting to firmware settings, and add setting for changi...Arisotura2021-11-19
* make external-BIOS toggle also explicitly control external firmwareArisotura2021-11-18
* decouple more config shit from the core. bahahahArisotura2021-11-17
* * remove more Config dependencies from the coreArisotura2021-11-17
* Generate a simple non-bootable firmware when not provided. (v2) (#1175)Adrian Siekierka2021-10-02
* actually make DSi-mode direct boot work to some extentArisotura2021-08-30
* having fun with fatfs (#1189)Arisotura2021-08-24
* update copyright year and add missing GPL headersRSDuck2021-03-12
* minor code refactoring, to simplify BizHawk support (#958)SuuperW2021-01-22
* make MAC randomization optionalArisotura2020-08-24
* NWifi: correctly determine ROM/chip/etc IDs based on hardware version (as spe...Arisotura2020-08-19
* take care of some minor detailsArisotura2020-06-21
* make it able to switch between DS and DSi modesArisotura2020-06-01
* Merge remote-tracking branch 'remotes/origin/master' into melonDSiArisotura2020-05-30
|\
| * actually hook this upArisotura2020-05-17
* | Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSiArisotura2020-05-30
|\|
| * update copyright yearsArisotura2020-02-14
* | don't auto-patch firmware touchscreen coordinates, atleast until we find out ...Arisotura2019-10-15
* | lay base for DSi-mode TSCArisotura2019-08-04
* | wifi: take this shit further. complete wifi initArisotura2019-08-04
* | add I2C shitoArisotura2019-06-15
|/
* Firmware backup writing now uses OpenLocalFileRafael Caetano2019-05-13
* Fix all -Wwrite-strings warningsCameron Cawley2019-05-04
* * move melon_fopen_local() to Platform.cppArisotura2019-03-27
* also, update copyright nameArisotura2019-01-22
* finalize microphone code (hooked to all settings etc)StapleButter2018-12-14