mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
Timing: Use CoreTiming::GetTicks to keep track of ticks.
This will keep track of idle ticks for us, and fixes some tickcount-related issues
This commit is contained in:
parent
cf1bbe8705
commit
620d77b7e3
2 changed files with 2 additions and 6 deletions
|
@ -89,8 +89,5 @@ public:
|
|||
void ExecuteInstructions(int num_instructions) override;
|
||||
|
||||
private:
|
||||
|
||||
std::unique_ptr<ARMul_State> state;
|
||||
u64 ticks;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue