| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-06 | hle: rename legacy errors to Results | Liam | |
| 2022-09-21 | audio_manager: Forward declare result type | Lioncash | |
| Moves the include into the cpp file to lessen header dependencies. | |||
| 2022-09-21 | audio_manager: Remove redundant cast in ThreadFunc() | Lioncash | |
| We can just use a local here to get rid of a second cast. | |||
| 2022-09-21 | audio_manager: move std::functions in SetOutManager/SetInManager | Lioncash | |
| Prevents unnecessary reallocations in the event the captured variables are larger than the internal std::function buffer. | |||
| 2022-09-21 | audio_manager: Remove unused forward declarations | Lioncash | |
| Allows us to get rid of some unnecessary forward declarations and includes. | |||
| 2022-09-21 | audio_manager: Remove dependence on system state | Lioncash | |
| This isn't used by the class, so this can be removed for the time being. | |||
| 2022-07-22 | Project Andio | Kelebek1 | |
