mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
![comex](/assets/img/avatar_default.png)
Between C++11 and C++14, volatile types stopped being trivially copyable. The serializer has no reason to care about this distinction, so tack on remove_volatile.