mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 06:55:47 +00:00
arm_dynarmic: CP15 support
This commit is contained in:
parent
ff28080091
commit
2b36d4c9d7
7 changed files with 132 additions and 7 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue