diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2016-01-22 01:42:45 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2016-01-22 01:42:45 +0100 |
| commit | e3a74cebaff4aaa58655848ffd82034c878fc897 (patch) | |
| tree | 975fb93f86cf0183e3b14346244a84e24170924c /Source | |
| parent | 338714a3b083af9c045482764673a799d582cf2f (diff) | |
| parent | fdf6fb47e04101e5773db99e937e00313a63d094 (diff) | |
Merge pull request #3545 from lioncash/vi
VideoInterface: specify internal linkage on local variable
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/Core/HW/VideoInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/HW/VideoInterface.cpp b/Source/Core/Core/HW/VideoInterface.cpp index 30928314fc..3856aa805e 100644 --- a/Source/Core/Core/HW/VideoInterface.cpp +++ b/Source/Core/Core/HW/VideoInterface.cpp @@ -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] = { |
