mirror of https://github.com/yuzu-mirror/yuzu
cpu_interrupt_handler: Mark move contructor/assignment as deleted
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.pull/8/head
parent
7bf9f9ae49
commit
0aad914527
Loading…
Reference in New Issue