TEST: Raise CPU Cores to 6
Some checks failed
eden-license / license-header (pull_request) Failing after 11s

This commit is contained in:
Gamer64 2025-07-01 02:27:47 +02:00 committed by crueter
parent 7f48f4efb6
commit de5c0d610a

View file

@ -15,7 +15,7 @@ namespace Hardware {
constexpr u64 BASE_CLOCK_RATE = 1'020'000'000; // Default CPU Frequency = 1020 MHz
constexpr u64 CNTFREQ = 19'200'000; // CNTPCT_EL0 Frequency = 19.2 MHz
constexpr u32 NUM_CPU_CORES = 4; // Number of CPU Cores
constexpr u32 NUM_CPU_CORES = 6; // Number of CPU Cores
// Virtual to Physical core map.
constexpr std::array<s32, Common::BitSize<u64>()> VirtualToPhysicalCoreMap{