yuzu/src/core/arm/dynarmic
Lioncash 16145e2f21 arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct
Internally within the kernel, it also includes a member variable for the
floating-point status register, and TPIDR, so we should do the same here to match
it.

While we're at it, also fix up the size of the struct and add a static
assertion to ensure it always stays the correct size.
2018-09-30 02:29:57 -04:00
..
arm_dynarmic.cpp arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct 2018-09-30 02:29:57 -04:00
arm_dynarmic.h arm_interface: Replace kernel vm_manager include with a forward declaration 2018-09-20 19:35:36 -04:00