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:
Subv
2015-01-08 19:39:14 -05:00
parent cf1bbe8705
commit 620d77b7e3
2 changed files with 2 additions and 6 deletions

View File

@ -89,8 +89,5 @@ public:
void ExecuteInstructions(int num_instructions) override;
private:
std::unique_ptr<ARMul_State> state;
u64 ticks;
};