Emoji improvements

This commit is contained in:
Ali
2022-07-24 03:15:19 +02:00
parent 3e8fe53f47
commit 3347f0514e
49 changed files with 569 additions and 1324 deletions

View File

@@ -17,7 +17,7 @@ public func cacheLottieAnimation(data: Data, width: Int, height: Int, writer: An
let frameSkip: Int
if animation.frameRate >= 60 {
if ProcessInfo.processInfo.activeProcessorCount > 2 {
if ProcessInfo.processInfo.processorCount > 2 {
frameSkip = 1
} else {
frameSkip = 2