1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Optimizations, switching CanImplicitlyCast method, new CPU rate checker

This commit is contained in:
Brian Fiete 2019-11-19 09:58:35 -08:00
parent 39fd8d2624
commit 098ad1ce55
25 changed files with 759 additions and 301 deletions

View file

@ -1566,7 +1566,7 @@ namespace BeefPerf
uint32 tickMSNow = (.)ReadSLEB128();
int64 clockRate = (.)ReadSLEB128();
mTicksToUSScale = 1000.0 / clockRate;
mTicksToUSScale = 1000000.0 / clockRate;
/*if (mFirstTimeStamp == -1)
{