mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-21 22:15:40 +00:00
fix(perf): use mach2 for macOS host CPU tick Mach ports (#932)
Replace deprecated libc mach_host_self/mach_task_self with mach2 APIs while keeping host_processor_info on libc (no mach2 binding). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.com>
This commit is contained in:
Generated
+1
@@ -4064,6 +4064,7 @@ dependencies = [
|
||||
"image",
|
||||
"libc",
|
||||
"lofty",
|
||||
"mach2",
|
||||
"md5",
|
||||
"psysonic-analysis",
|
||||
"psysonic-audio",
|
||||
|
||||
Reference in New Issue
Block a user