mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-28 08:27:07 +02:00
MACOS FUCK YOU
This commit is contained in:
parent
95e402a672
commit
6443bc3b77
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ bool WallClock::IsNative() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
u64 WallClock::NsToTicks(std::chrono::nanoseconds ns) const {
|
u64 WallClock::NsToTicks(std::chrono::nanoseconds ns) const {
|
||||||
return ns;
|
return ns.count();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue