suyu/src/core/hle/service/audio
Lioncash 1ced7bbea5 audout_u: Remove std::move in OpenAudioOutImpl()
Previously the code was using the values from params further below after
it was std::moved. Thankfully, given AudoutParams is a trivially
copyable struct, the values would have simply been copied in this
instance and not invalidated to garbage values.
2018-07-31 10:24:38 -04:00
..
audin_u.cpp Correct audio command numbers & add or rename some functions (#455) 2018-05-20 23:48:44 -04:00
audin_u.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
audio.cpp Service/Audio: add hwopus service, stub GetWorkBufferSize function 2018-06-25 16:44:17 +03:00
audio.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
audout_u.cpp audout_u: Remove std::move in OpenAudioOutImpl() 2018-07-31 10:24:38 -04:00
audout_u.h audio_core: Move to audout_u impl. 2018-07-30 18:44:16 -04:00
audrec_u.cpp Correct audio command numbers & add or rename some functions (#455) 2018-05-20 23:48:44 -04:00
audrec_u.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
audren_u.cpp core_timing: Split off utility functions into core_timing_util 2018-07-24 11:03:24 +01:00
audren_u.h Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583) 2018-06-23 20:46:29 -04:00
codecctl.cpp Correct audio command numbers & add or rename some functions (#455) 2018-05-20 23:48:44 -04:00
codecctl.h service: Use nested namespace specifiers where applicable 2018-04-19 22:20:28 -04:00
hwopus.cpp Implemented various hwopus functions (#853) 2018-07-30 15:42:20 -07:00
hwopus.h Implemented various hwopus functions (#853) 2018-07-30 15:42:20 -07:00