mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 17:27:52 -05: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.