mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
Merge pull request #3545 from lioncash/vi
VideoInterface: specify internal linkage on local variable
This commit is contained in:
commit
e3a74cebaf
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ static UVIBorderBlankRegister m_BorderHBlank;
|
||||||
// 0xcc002076 - 0xcc00207f is full of 0x00FF: unknown
|
// 0xcc002076 - 0xcc00207f is full of 0x00FF: unknown
|
||||||
// 0xcc002080 - 0xcc002100 even more 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] =
|
static u32 s_clock_freqs[2] =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue