Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update copyright year and add missing GPL headers | RSDuck | 2021-03-12 |
| | |||
* | avoid leaking threads in NDSCart_SRAMManager | RSDuck | 2021-03-11 |
| | | | | also atomics | ||
* | SRAM things (#970) | SuuperW | 2021-02-23 |
| | | | | | | | * Allow SRAMManager to save to/load from a buffer. * Don't delete what doesn't exist. Don't create a thread that will do absolutely nothing. * Update SRAMManager's SecondaryBuffer when loading a savestate. | ||
* | Improved SRAM performance (#925) | Kimmy Andersson | 2021-01-09 |
* Offload NDS SRAM writing to separate thread, debounce writes to two seconds after last flush or DeInit. * Fixed printf messages. * Fixes after CR. * Fixed potential portability issue with time_t |