mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-02 13:32:26 -07:00
These are std::shared_ptr instances underneath the hood, which means copying them isn't as cheap as a regular pointer. Particularly so on weakly-ordered systems. This avoids atomic reference count increments and decrements where they aren't necessary for the core set of operations.