arm_dynarmic: CP15 support

This commit is contained in:
MerryMage
2016-12-31 14:01:30 +00:00
parent ff28080091
commit 2b36d4c9d7
7 changed files with 132 additions and 7 deletions

View File

@ -39,5 +39,5 @@ public:
private:
std::unique_ptr<Dynarmic::Jit> jit;
std::unique_ptr<ARMul_State> interpreter_state;
std::shared_ptr<ARMul_State> interpreter_state;
};