aboutsummaryrefslogtreecommitdiff
path: root/src/SPI.cpp
Commit message (Collapse)AuthorAge
* 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 ↵Arisotura2020-08-19
| | | | | | specified in firmware). fixes #700
* 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
| | | | | | | | whether that causes problems in DSi mode
* | 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
| | | | | * make it require that the file already exist (hopefully fixing config saving bug) * finally axe melon_fopen.cpp
* also, update copyright nameArisotura2019-01-22
|
* finalize microphone code (hooked to all settings etc)StapleButter2018-12-14
| | | | also add volume setting
* add ROM #3159 to romlist.binStapleButter2018-12-12
|
* preliminary microphone code. requires an actual microphone. resulting audio ↵StapleButter2018-12-12
| | | | is farty and blargy as fuck.
* move config-file seeking code to its own thing.StapleButter2018-12-11
| | | | | look also into the same directory as melonDS. make it the preferred place for storing melonDS.ini. rewrite WinMain() wrapper.
* SPI doneStapleButter2018-10-18
|
* fixor copyright years.StapleButter2018-09-15
|
* Load bios, firmware and melonDS.ini from executable or ~/.config/melonds or ↵Zion Nimchuk2018-01-11
| | | | AppData
* clear chipselect when turning SPI off. fixes libnds bugs.StapleButter2017-12-19
|
* add support for SPI shutdown, btwStapleButter2017-09-21
|
* * allow 128KB firmwares (DSi/3DS dumps)StapleButter2017-08-05
| | | | * document firmware sizes better
* implement transfer delays for both SPI bussesStapleButter2017-07-15
| | | | also make microphone input return 0x800
* * implement firmware saving for user settingsStapleButter2017-06-26
| | | | * fix bug with SPI commands that have no parameters
* quick hack: Tab toggles framerate limit.StapleButter2017-05-25
| | | | misc little fix.
* (untested yet) code for sending and receiving packets via socketsStapleButter2017-05-11
| | | | MAC randomization
* * stub more wifi crapStapleButter2017-04-07
| | | | | * louder sound * misc fixes
* * more accurate direct bootStapleButter2017-03-21
| | | | | * improve touchscreen precision a bit * proper support for 512KB firmwares
* reorganize repo, move shit aroundStapleButter2017-03-16