diff --git a/Source/Core/Core/HW/VideoInterface.cpp b/Source/Core/Core/HW/VideoInterface.cpp index ff43dfd6bf..b0135c28db 100644 --- a/Source/Core/Core/HW/VideoInterface.cpp +++ b/Source/Core/Core/HW/VideoInterface.cpp @@ -57,7 +57,7 @@ static UVIBorderBlankRegister m_BorderHBlank; static u32 s_target_refresh_rate = 0; -static std::array s_clock_freqs{{ +static constexpr std::array s_clock_freqs{{ 27000000, 54000000, }};