yuzu-mainline/src
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
..
audio_core audio_core: Implement Sink and SinkStream interfaces with cubeb. 2018-07-30 21:45:24 -04:00
common service: Add the pcie service 2018-07-31 06:40:21 -04:00
core audout_u: Remove std::move in OpenAudioOutImpl() 2018-07-31 10:24:38 -04:00
input_common
tests arm_test_common: Get rid of truncation warnings 2018-07-20 17:53:53 -04:00
video_core Merge pull request #808 from lioncash/mem-dedup 2018-07-26 11:50:27 -07:00
yuzu Merge pull request #859 from FearlessTobi/port-3837 2018-07-30 10:11:43 -07:00
yuzu_cmd Merge pull request #836 from FearlessTobi/port-3594 2018-07-26 12:04:30 -07:00
.clang-format
CMakeLists.txt audio_core: Add initial code for keeping track of audout state. 2018-07-27 22:33:31 -04:00