| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-18 | Core: Clang format and other small issues. | Fernando Sahmkow | |
| 2024-01-18 | SMMU: Initial adaptation to video_core. | Fernando Sahmkow | |
| 2024-01-12 | audio: fetch process object from handle table | Liam | |
| 2023-12-23 | core_timing: remove user data value | Liam | |
| 2023-07-02 | Use spans over guest memory where possible instead of copying data. | Kelebek1 | |
| 2023-06-22 | Remove memory allocations in some hot paths | Kelebek1 | |
| 2023-04-01 | Merge pull request #9969 from bylaws/master | bunnei | |
| Audio synchronisation improvements | |||
| 2023-03-26 | audio: Interpolate system manager sample count using host sink sample info | Billy Laws | |
| This avoids the need to stall if the host sink sporadically misses the deadline, in such a case the previous implementation would report them samples as being played on-time, causing the guest to send more samples and leading to a gradual buildup. | |||
| 2023-03-23 | memory: rename global memory references to application memory | Liam | |
| 2022-12-16 | Signal buffer event on audio in/out system stop, and force remove all ↵ | Kelebek1 | |
| registered audio buffers | |||
| 2022-09-16 | device_session: Convert for loop into ranged for in AppendBuffers | Lioncash | |
| Simplifies the indexing code a little bit. | |||
| 2022-09-16 | device_session: Pass arguments by const-ref in relevant functions | Lioncash | |
| These functions don't modify the passed in audio buffers, so we can signify that in the interface. | |||
| 2022-09-02 | Rework audio output, connecting AudioOut into coretiming to fix desync ↵ | Kelebek1 | |
| during heavy loads. | |||
| 2022-07-22 | Project Andio | Kelebek1 | |
