mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 19:28:02 -05: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:
@ -89,8 +89,5 @@ public:
|
||||
void ExecuteInstructions(int num_instructions) override;
|
||||
|
||||
private:
|
||||
|
||||
std::unique_ptr<ARMul_State> state;
|
||||
u64 ticks;
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user