mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-08-14 06:03:49 +00:00

Avoids unnecessary reference count increments and decrements. In one case, we don't need to make a shared_ptr copy at all, just to call a member function.