mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-23 10:07:52 -05:00
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.