mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-29 23:10:50 -07:00
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.