mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #3545 from lioncash/vi
VideoInterface: specify internal linkage on local variable
This commit is contained in:
commit
e3a74cebaf
@ -49,7 +49,7 @@ static UVIBorderBlankRegister m_BorderHBlank;
|
||||
// 0xcc002076 - 0xcc00207f is full of 0x00FF: unknown
|
||||
// 0xcc002080 - 0xcc002100 even more unknown
|
||||
|
||||
u32 s_target_refresh_rate = 0;
|
||||
static u32 s_target_refresh_rate = 0;
|
||||
|
||||
static u32 s_clock_freqs[2] =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user