mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 11:01:38 +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
|
@ -108,7 +108,7 @@ public:
|
|||
return getCyclesForInstruction(isThumb, instruction);
|
||||
}
|
||||
|
||||
MyEnvironment(Memory& mem, Kernel& kernel, CPU& cpu) : mem(mem), kernel(kernel) {}
|
||||
MyEnvironment(Memory& mem, Kernel& kernel) : mem(mem), kernel(kernel) {}
|
||||
};
|
||||
|
||||
class CPU {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue