mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-22 04:57:53 -05:00
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.