Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ IsSupportedArch
Function
IsSupportedArch
Scripts/InstallFEX.py:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
return
_Distro
74
75
def
IsSupportedArch():
76
Arch = GetArch()
77
return
Arch ==
"aarch64"
78
79
def
IsSupportedDistro():
80
Distro = GetDistro()
Callers
1
main
Function · 0.85
Calls
1
GetArch
Function · 0.85
Tested by
no test coverage detected