mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-24 11:32:56 +00:00
We already have RotateRight() in our common code, so we can remove this function and replace it with it. We can also implement ArmExpandImm_C() in terms of ArmExpandImm().