dynarmic/include/dynarmic/A32
Lioncash 2e180a7f14 backend/x64/a32_interface: Mark Context move constructor and move assignment as noexcept
Provides a more "correct" move constructor/assignment operator, since
these relevant functions shouldn't throw exceptions.

Has the benefit of playing nicely with std::move_if_noexcept and other
noexcept library facilities.
2020-04-22 20:58:09 +01:00
..
a32.h A32: Change UserCallbacks to be similar to A64's interface 2020-04-22 20:46:12 +01:00
config.h A32: Implement FastDispatchHint 2020-04-22 20:53:46 +01:00
context.h backend/x64/a32_interface: Mark Context move constructor and move assignment as noexcept 2020-04-22 20:58:09 +01:00
coprocessor.h Switch boost::optional to std::optional 2020-04-22 20:57:37 +01:00
coprocessor_util.h Final A32 refactor 2020-04-22 20:39:27 +01:00
disassembler.h Final A32 refactor 2020-04-22 20:39:27 +01:00