mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 12:39:13 +12:00
Bare minimum createAddressArbiter HLE
This commit is contained in:
parent
cd168bca56
commit
e0204a1eff
7 changed files with 56 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifdef CPU_DYNARMIC
|
||||
#include "cpu_dynarmic.hpp"
|
||||
|
||||
CPU::CPU(Memory& mem) : mem(mem), env(mem) {}
|
||||
CPU::CPU(Memory& mem, Kernel& kernel) : mem(mem), env(mem, kernel) {}
|
||||
|
||||
void CPU::reset() {
|
||||
// ARM mode, all flags disabled, interrupts and aborts all enabled, user mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue