yuzu/src/core/arm
Lioncash 444a01afa6 arm_dynarmic: Correct initializer list order
Amends the initializer list to be in the same order that each variable
would be initialized in. We also do this to ensure we don't use a bogus
uninitialized instance of the exclusive monitor within MakeJit()

We can also remove the jit member from the initializer list as this is
initialized by PageTableChanged()
2018-07-31 07:54:58 -04:00
..
dynarmic arm_dynarmic: Correct initializer list order 2018-07-31 07:54:58 -04:00
unicorn Merge pull request #750 from lioncash/ctx 2018-07-21 11:38:16 -07:00
arm_interface.h Merge pull request #750 from lioncash/ctx 2018-07-21 11:38:16 -07:00
exclusive_monitor.cpp Implement exclusive monitor 2018-07-22 15:55:17 +01:00
exclusive_monitor.h exclusive_monitor: Use consistent type alias for u64 2018-07-23 20:54:57 -04:00