Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/games/0ad/files/patch-source_ps_GameSetup_HWDetect.cpp
16136 views
1
--- source/ps/GameSetup/HWDetect.cpp.orig 2021-02-28 23:45:13 UTC
2
+++ source/ps/GameSetup/HWDetect.cpp
3
@@ -124,6 +124,7 @@ void RunHardwareDetection()
4
scriptInterface.SetProperty(settings, "arch_arm", ARCH_ARM);
5
scriptInterface.SetProperty(settings, "arch_aarch64", ARCH_AARCH64);
6
scriptInterface.SetProperty(settings, "arch_e2k", ARCH_E2K);
7
+ scriptInterface.SetProperty(settings, "arch_ppc64", ARCH_PPC64);
8
9
#ifdef NDEBUG
10
scriptInterface.SetProperty(settings, "build_debug", 0);
11
12