mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 16:15:46 +00:00
arm_dynarmic: CP15 support
This commit is contained in:
parent
38dfe42ad9
commit
c2717d3302
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