mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
CPU: Remove totalTicks (unused since scheduler was added)
This commit is contained in:
parent
51e2ef893c
commit
3c25be4c63
2 changed files with 0 additions and 2 deletions
|
@ -17,7 +17,6 @@ class CPU;
|
|||
class MyEnvironment final : public Dynarmic::A32::UserCallbacks {
|
||||
public:
|
||||
u64 ticksLeft = 0;
|
||||
u64 totalTicks = 0;
|
||||
Memory& mem;
|
||||
Kernel& kernel;
|
||||
Scheduler& scheduler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue