mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-01-24 19:20:17 +01:00
0aad914527
The interrupt handler contains a std::atomic_bool, which isn't copyable or movable, so the special move member functions will always be deleted, despite being defaulted. This can resolve warnings on clang and GCC.