lizzie
|
3aa0d46259
|
[video_core, hle] remove redundant parent references in system structs (#3908)
reworked a bit to remove references of parent objects and instead pass as arguments to methods to prevent useless reloads
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Co-authored-by: maufeat <sahyno1996@gmail.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3908
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Reviewed-by: crueter <crueter@eden-emu.dev>
|
2026-06-23 06:31:25 +02:00 |
|
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 |
|