mirror of https://github.com/yuzu-mirror/yuzu
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.pull/8/head
parent
b79362b9da
commit
1ced7bbea5
Loading…
Reference in New Issue