mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-01 04:49:13 +00:00
arm_dynarmic: CP15 support
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user