mirror of https://github.com/yuzu-mirror/yuzu
shader/decode: Avoid a pessimizing std::move within DecodeRange()
std::moveing a local variable in a return statement has the potential to prevent copy elision from occurring, so this can just be converted into a regular return.pull/8/head
parent
a9268286a4
commit
3e1a9a45a6
Loading…
Reference in New Issue