mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-09 04:50:12 +00:00

Moving a const reference isn't possible, so this just results in a copy (and given ProfileInfo is composed of trivial types and aggregates, a move wouldn't really do anything).