mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 19:27:27 +00:00
Merge pull request #12392 from lioncash/decl
General: Resolve -Wmissing-declaration warnings
This commit is contained in:
commit
4f02f526b8
3 changed files with 8 additions and 8 deletions
|
@ -81,7 +81,7 @@ void LoadPatchSection(const Common::IniFile& ini)
|
|||
ReadEnabledAndDisabled(ini, "WC24Patch", &s_patches);
|
||||
}
|
||||
|
||||
void LoadPatches()
|
||||
static void LoadPatches()
|
||||
{
|
||||
const auto& sconfig = SConfig::GetInstance();
|
||||
// We can only load WC24 Channels.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue