Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Sprinkle `const` around where appropriate (#1909) | Jesse Talavera | 2023-12-12 |
| | | | | | | | | | * Sprinkle `const` around where appropriate - This will make it easier to use `NDS` objects in `const` contexts (e.g. `const` parameters or methods) * Remove the `const` qualifier on `DSi_DSP::DSPRead16` - MMIO reads can be non-pure, so this may not be `const` in the future | ||
* | Move all core types into namespaces (#1886) | Jesse Talavera-Greenberg | 2023-11-25 |
| | | | | | | | | * Reorganize namespaces - Most types are now moved into the `melonDS` namespace - Only good chance to do this for a while, since a big refactor is next * Fix the build | ||
* | update copyright years | Arisotura | 2023-11-04 |
| | |||
* | fixes editor warnings about undefined types in a bunch of files | Valtýr Kári Daníelsson | 2022-07-27 |
| | |||
* | update copyright headers | Arisotura | 2022-01-09 |
| | |||
* | update copyright year and add missing GPL headers | RSDuck | 2021-03-12 |
| | |||
* | make FIFO size static whene possible | RSDuck | 2020-12-30 |
| | |||
* | wifi fixes and shit. getting there, somewhat. | Arisotura | 2020-06-21 |
| | |||
* | Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSi | Arisotura | 2020-05-30 |
|\ | |||
| * | update copyright years | Arisotura | 2020-02-14 |
| | | |||
* | | wifi: take this shit further. complete wifi init | Arisotura | 2019-08-04 |
|/ | |||
* | also, update copyright name | Arisotura | 2019-01-22 |
| | |||
* | GPU done | StapleButter | 2018-10-18 |
| | |||
* | moar progress on it | StapleButter | 2018-09-15 |
| | |||
* | fixor copyright years. | StapleButter | 2018-09-15 |
| | |||
* | reorganize repo, move shit around | StapleButter | 2017-03-16 |