MCPcopy 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
75def IsSupportedArch():
76 Arch = GetArch()
77 return Arch == "aarch64"
78
79def IsSupportedDistro():
80 Distro = GetDistro()

Callers 1

mainFunction · 0.85

Calls 1

GetArchFunction · 0.85

Tested by

no test coverage detected