mirror of
https://git.citron-emu.org/Citron/Emulator.git
synced 2026-01-01 10:37:05 +00: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. |
||
|---|---|---|
| .. | ||
| dynarmic | ||
| arm_interface.cpp | ||
| arm_interface.h | ||
| cpu_interrupt_handler.cpp | ||
| cpu_interrupt_handler.h | ||
| exclusive_monitor.cpp | ||
| exclusive_monitor.h | ||