Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audio_device: Mark member functions as const where applicable | Lioncash | 2022-09-15 | 2 | -8/+8 |
| | | | | These member functions don't modify any internal state. | ||||
* | audio_device: Make AudioDeviceName constructor constexpr | Lioncash | 2022-09-15 | 2 | -13/+27 |
| | | | | | | | | These are used as read-only arrays, so we can make the data read-only and available at compile-time. Now constructing an AudioDevice no longer needs to initialize some tables | ||||
* | Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads. | Kelebek1 | 2022-09-02 | 4 | -45/+17 |
| | |||||
* | audio_core: fix -Wuninitialized when compiling with ASan | Liam | 2022-07-30 | 1 | -4/+4 |
| | |||||
* | Avoid depop out of bounds | Kelebek1 | 2022-07-28 | 2 | -2/+2 |
| | |||||
* | Project Andio | Kelebek1 | 2022-07-22 | 156 | -0/+24687 |