mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 23:11:18 +12:00
Set macOS frequency constant for Intel
This commit is contained in:
parent
804aa4f345
commit
005e78b35e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ uint64 HighResolutionTimer::m_freq = []() -> uint64 {
|
||||||
LARGE_INTEGER freq;
|
LARGE_INTEGER freq;
|
||||||
QueryPerformanceFrequency(&freq);
|
QueryPerformanceFrequency(&freq);
|
||||||
return (uint64)(freq.QuadPart);
|
return (uint64)(freq.QuadPart);
|
||||||
#elif BOOST_OS_MACOS && defined(__arm64__)
|
#elif BOOST_OS_MACOS
|
||||||
return 1000000000;
|
return 1000000000;
|
||||||
#else
|
#else
|
||||||
timespec pc;
|
timespec pc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue