mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
Remove unused parameter in MyEnvironment
This commit is contained in:
parent
65e02422c9
commit
dfde03a344
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
#include "cpu_dynarmic.hpp"
|
||||
#include "arm_defs.hpp"
|
||||
|
||||
CPU::CPU(Memory& mem, Kernel& kernel) : mem(mem), env(mem, kernel, *this) {
|
||||
CPU::CPU(Memory& mem, Kernel& kernel) : mem(mem), env(mem, kernel) {
|
||||
cp15 = std::make_shared<CP15>();
|
||||
|
||||
Dynarmic::A32::UserConfig config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue