Revert Coretiming PRs 8531 and 7454 (#8591)
This commit is contained in:
parent
b7642cff36
commit
2e46110379
5 changed files with 69 additions and 118 deletions
|
@ -75,8 +75,8 @@ NativeClock::NativeClock(u64 emulated_cpu_frequency_, u64 emulated_clock_frequen
|
|||
}
|
||||
|
||||
u64 NativeClock::GetRTSC() {
|
||||
TimePoint current_time_point{};
|
||||
TimePoint new_time_point{};
|
||||
TimePoint current_time_point{};
|
||||
|
||||
current_time_point.pack = Common::AtomicLoad128(time_point.pack.data());
|
||||
do {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue