Core: Fix warnings

Fixes two -Wmissing-declarations warnings
This commit is contained in:
Léo Lam
2017-09-07 20:35:17 +02:00
parent 336a185706
commit a8849f87f1
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
namespace WiiUtils
{
bool InstallWAD(IOS::HLE::Kernel& ios, const DiscIO::WiiWAD& wad)
static bool InstallWAD(IOS::HLE::Kernel& ios, const DiscIO::WiiWAD& wad)
{
if (!wad.IsValid())
{