FEX/Source
Ryan Houdek be6ff52709
Linux: Calculate cycle counter frequency for cpuinfo
Some applications don't measure rdtsc correctly and instead use cpuinfo
to get the CPU core's base clock speed. Which for most x86 CPUs is the
base clock speed which also matches their cycle counter speed.

Did this as a quick test to see if this would help `Unbound: Worlds
Apart` stuttering while BinaryNinja was disassembling the binary.

Turns out the game doesn't use cpuinfo for its cycle counter speed
determination, but it is good to implement this regardless.
2024-06-28 16:38:49 -07:00
..
Common FEX: Consolidate JSON allocators and fix 3691 2024-06-18 13:31:25 -04:00
Tools Linux: Calculate cycle counter frequency for cpuinfo 2024-06-28 16:38:49 -07:00
Windows Windows: Use newer wine unixcall API 2024-06-27 23:01:19 +01:00
CMakeLists.txt Windows: Generate import libraries for private ntdll and wow64 APIs 2023-09-22 10:12:40 -07:00