dynarmic/src/backend
Lioncash 6187de7ca7 a32_interface: std::move UserConfig where applicable
UserConfig instances contain up to 16 std::shared_ptr<Coprocessor>
instances. We can std::move here to avoid performing 16 redundant atomic
reference increment and decrement operations.

Mostly inconsequential on x64, but we may as well signify intent.
2020-04-22 21:04:22 +01:00
..
x64 a32_interface: std::move UserConfig where applicable 2020-04-22 21:04:22 +01:00