mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Common: Convert FromWhichRoot to enum class
This commit is contained in:
@ -731,7 +731,7 @@ GameFile::CompareSyncIdentifier(const NetPlay::SyncIdentifier& sync_identifier)
|
||||
std::string GameFile::GetWiiFSPath() const
|
||||
{
|
||||
ASSERT(DiscIO::IsWii(m_platform));
|
||||
return Common::GetTitleDataPath(m_title_id, Common::FROM_CONFIGURED_ROOT);
|
||||
return Common::GetTitleDataPath(m_title_id, Common::FromWhichRoot::Configured);
|
||||
}
|
||||
|
||||
bool GameFile::ShouldShowFileFormatDetails() const
|
||||
|
Reference in New Issue
Block a user