mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
VideoInterface: Make clock frequency array constexpr
This is only ever read from.
This commit is contained in:
parent
ec5637fe46
commit
adbffc24e9
@ -57,7 +57,7 @@ static UVIBorderBlankRegister m_BorderHBlank;
|
|||||||
|
|
||||||
static u32 s_target_refresh_rate = 0;
|
static u32 s_target_refresh_rate = 0;
|
||||||
|
|
||||||
static std::array<u32, 2> s_clock_freqs{{
|
static constexpr std::array<u32, 2> s_clock_freqs{{
|
||||||
27000000, 54000000,
|
27000000, 54000000,
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user