[DolphinWX] Added warning to Wii disc compression

This commit is contained in:
Anthony Serna
2015-10-31 10:44:45 -07:00
parent b14f5424bf
commit 013d55227b
2 changed files with 16 additions and 2 deletions

View File

@ -107,4 +107,5 @@ private:
static size_t m_numberItem;
static bool CompressCB(const std::string& text, float percent, void* arg);
static bool MultiCompressCB(const std::string& text, float percent, void* arg);
static bool WiiCompressWarning();
};