macos: drop Hardware_Accelerated_Execution_Manager (#8216)

This commit is contained in:
ilia-shipitsin
2023-09-01 22:06:41 +02:00
committed by GitHub
parent 587a8c8e6f
commit 0a6c637b3f
5 changed files with 3 additions and 16 deletions

View File

@@ -199,11 +199,3 @@ function Get-AndroidNDKVersions {
$_ + $defaultPostfix
} | Join-String -Separator "<br>")
}
function Get-IntelHaxmVersion {
kextstat | Where-Object { $_ -match "com.intel.kext.intelhaxm \((?<version>(\d+\.){1,}\d+)\)" } | Out-Null
return [PSCustomObject] @{
"Package Name" = "Intel HAXM"
"Version" = $Matches.Version
}
}