mirror of
https://github.com/yuzu-emu/yuzu-mainline.git
synced 2025-11-16 01:45:33 +00:00
If the variable being moved is const, then std::move will always perform a copy (since it can't actually move the data). |
||
|---|---|---|
| .. | ||
| audio_core | ||
| common | ||
| core | ||
| input_common | ||
| tests | ||
| video_core | ||
| web_service | ||
| yuzu | ||
| yuzu_cmd | ||
| .clang-format | ||
| CMakeLists.txt | ||