aboutsummaryrefslogtreecommitdiff
path: root/src/DSi_DSP.h
Commit message (Collapse)AuthorAge
* more DSP unfucking: make Teakra directly use melonDS's NWRAM banks instead ↵Arisotura2022-10-14
| | | | of trying to translate to a flat buffer, fixes bugs with the way the memory banks are ordered etc
* basic implementation of SNDExCntRSDuck2022-08-21
| | | | | isn't hooked up to the DSP or microphone though fixes memory abort in TwilightMenu
* fixes editor warnings about undefined types in a bunch of filesValtýr Kári Daníelsson2022-07-27
|
* Custom path support (#1333)Arisotura2022-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)
* Add PoroCYon's DSP code. (#1123)purringChaos2021-06-06
* Add PoroCYon's DSP code. * Remove some teakra iles that we dont need. * make some requested changes. * move DataMemoryOffset into namespace. * use deault param. * ad the switch change * <Generic> forget about the default parameter