forked from dolphin-emu/dolphin
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.
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.