From 620d77b7e314f5efae36d12c88637cd337b257ef Mon Sep 17 00:00:00 2001 From: Subv Date: Thu, 8 Jan 2015 19:39:14 -0500 Subject: Timing: Use CoreTiming::GetTicks to keep track of ticks. This will keep track of idle ticks for us, and fixes some tickcount-related issues --- src/core/arm/dyncom/arm_dyncom.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/arm/dyncom/arm_dyncom.h') diff --git a/src/core/arm/dyncom/arm_dyncom.h b/src/core/arm/dyncom/arm_dyncom.h index 7284dcd07..9e102a46e 100644 --- a/src/core/arm/dyncom/arm_dyncom.h +++ b/src/core/arm/dyncom/arm_dyncom.h @@ -89,8 +89,5 @@ public: void ExecuteInstructions(int num_instructions) override; private: - std::unique_ptr state; - u64 ticks; - }; -- cgit v1.2.3