mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 02:47:58 -05:00
core_timing: Fix SingleCore cycle timer
This commit is contained in:
@ -167,7 +167,7 @@ private:
|
||||
s64 pause_end_time{};
|
||||
|
||||
/// Cycle timing
|
||||
u64 ticks{};
|
||||
u64 cpu_ticks{};
|
||||
s64 downcount{};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user