diff options
author | Lioncash <mathew1800@gmail.com> | 2018-07-31 10:24:36 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-07-31 10:24:38 -0400 |
commit | 1ced7bbea5461084a41e483e6d94e9e4645e5d9f (patch) | |
tree | 54d77ef84dad4a1c29c88be775cc166e0a320633 /src/yuzu/configuration/config.cpp | |
parent | b79362b9dadd19751f9e1ba536f551882181167a (diff) |
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.
Diffstat (limited to 'src/yuzu/configuration/config.cpp')
0 files changed, 0 insertions, 0 deletions