mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
WC24PatchEngine: Mark LoadPatches() as static
Resolves a -Wmissing-declaration warning, since no prototype existed for the function.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user