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