2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/arm/dynarmic
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
..
arm_dynarmic.cpp arm_dynarmic: Correct initializer list order 2018-07-31 07:54:58 -04:00
arm_dynarmic.h arm_dynarmic: Make MakeJit() a const member function 2018-07-23 23:19:37 -04:00