build: Update to support multi-arch builds.

This commit is contained in:
Steveice10
2023-01-07 01:09:32 -08:00
parent 0e325255f3
commit a8848cce43
25 changed files with 114 additions and 66 deletions
+5
View File
@@ -4,6 +4,9 @@
#pragma once
#include "common/arch.h"
#if CITRA_ARCH(x86_64)
namespace Common {
/// x86/x64 CPU capabilities that may be detected by this module
@@ -33,3 +36,5 @@ struct CPUCaps {
const CPUCaps& GetCPUCaps();
} // namespace Common
#endif // CITRA_ARCH(x86_64)