mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-08-18 15:13:49 +00:00

The template type here is actually a forwarding reference, not an rvalue reference in this case, so it's more appropriate to use std::forward to preserve the value category of the type being moved.