Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ GetPackagesToInstall
Function
GetPackagesToInstall
Scripts/InstallFEX.py:184–189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
182
}
183
184
def
GetPackagesToInstall():
185
return
[
186
ARMVersionToPackage[GetCPUFeaturesVersion()],
187
"fex-emu-binfmt32"
,
188
"fex-emu-binfmt64"
,
189
]
190
191
def
UpdatePPA():
192
print (
"Updating apt sources"
)
Callers
2
CheckAndInstallPackageUpdates
Function · 0.85
CheckPackageInstallStatus
Function · 0.85
Calls
1
GetCPUFeaturesVersion
Function · 0.70
Tested by
no test coverage detected