mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-11-30 00:05:49 -08: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.