Liam
|
ea36f70e02
|
hle: rename legacy errors to Results
|
2023-03-06 20:58:42 -05:00 |
|
Lioncash
|
b224cf3809
|
audio_manager: Forward declare result type
Moves the include into the cpp file to lessen header dependencies.
|
2022-09-21 09:43:59 -04:00 |
|
Lioncash
|
bf679951d1
|
audio_manager: Remove redundant cast in ThreadFunc()
We can just use a local here to get rid of a second cast.
|
2022-09-21 09:35:22 -04:00 |
|
Lioncash
|
d268f6fc9e
|
audio_manager: move std::functions in SetOutManager/SetInManager
Prevents unnecessary reallocations in the event the captured variables
are larger than the internal std::function buffer.
|
2022-09-21 09:32:15 -04:00 |
|
Lioncash
|
6ac5fbc81b
|
audio_manager: Remove unused forward declarations
Allows us to get rid of some unnecessary forward declarations and
includes.
|
2022-09-21 09:29:35 -04:00 |
|
Lioncash
|
1019e52885
|
audio_manager: Remove dependence on system state
This isn't used by the class, so this can be removed for the time being.
|
2022-09-21 09:26:42 -04:00 |
|
Kelebek1
|
be1f5f1d9f
|
Project Andio
|
2022-07-22 01:11:32 +01:00 |
|