mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 11:01:38 +12:00
cp15 but better
This commit is contained in:
parent
58fe2bcf18
commit
d8cf0e2de2
5 changed files with 36 additions and 7 deletions
|
@ -76,6 +76,7 @@ public:
|
|||
|
||||
class CPU {
|
||||
std::unique_ptr<Dynarmic::A32::Jit> jit;
|
||||
std::shared_ptr<CP15> cp15;
|
||||
MyEnvironment env;
|
||||
Memory& mem;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue