mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-16 05:42:55 +00:00
VideoInterface: specify internal linkage on local variable
This commit is contained in:
parent
338714a3b0
commit
fdf6fb47e0
@ -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…
x
Reference in New Issue
Block a user