mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
Hacks to let the kernel access the CPU and vice versa (TODO: Fix)
This commit is contained in:
parent
0d9088eddc
commit
1678cd6172
6 changed files with 18 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifdef CPU_DYNARMIC
|
||||
#include "cpu_dynarmic.hpp"
|
||||
|
||||
CPU::CPU(Memory& mem, Kernel& kernel) : mem(mem), env(mem, kernel) {
|
||||
CPU::CPU(Memory& mem, Kernel& kernel) : mem(mem), env(mem, kernel, *this) {
|
||||
cp15 = std::make_shared<CP15>();
|
||||
|
||||
Dynarmic::A32::UserConfig config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue