mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 17:48:08 +00:00
Merge pull request #5383 from JosJuice/getwiifspath-condition
ISOFile/GameFile: Correct GetWiiFSPath condition
This commit is contained in:
commit
eff8c1eb48
2 changed files with 9 additions and 13 deletions
|
@ -336,7 +336,7 @@ bool GameFile::ExportWiiSave()
|
|||
|
||||
QString GameFile::GetWiiFSPath() const
|
||||
{
|
||||
_assert_(m_platform != DiscIO::Platform::GAMECUBE_DISC);
|
||||
_assert_(m_platform == DiscIO::Platform::WII_DISC || m_platform == DiscIO::Platform::WII_WAD);
|
||||
|
||||
const std::string path = Common::GetTitleDataPath(m_title_id, Common::FROM_CONFIGURED_ROOT);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue