yuzu-fork/src/core/arm
Lioncash ff45c39578 General: Make use of std::nullopt where applicable
Allows some implementations to avoid completely zeroing out the internal
buffer of the optional, and instead only set the validity byte within
the structure.

This also makes it consistent how we return empty optionals.
2020-09-22 17:32:33 -04:00
..
dynarmic General: Make use of std::nullopt where applicable 2020-09-22 17:32:33 -04:00
unicorn Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
arm_interface.cpp ARM/WaitTree: Better track the CallStack for each thread. 2020-06-27 11:35:54 -04:00
arm_interface.h Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
cpu_interrupt_handler.cpp cpu_interrupt_handler: Misc style changes 2020-08-26 02:43:26 +00:00
cpu_interrupt_handler.h cpu_interrupt_handler: Misc style changes 2020-08-26 02:43:26 +00:00
exclusive_monitor.cpp ARM: Update Dynarmic and Setup A32 according to latest interface. 2020-06-27 11:36:26 -04:00
exclusive_monitor.h ARM: Addapt to new Exclusive Monitor Interface. 2020-06-27 11:35:50 -04:00