mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Common: Convert FromWhichRoot to enum class
This commit is contained in:
@ -1473,8 +1473,8 @@ void GetSettings()
|
||||
if (SConfig::GetInstance().bWii)
|
||||
{
|
||||
u64 title_id = SConfig::GetInstance().GetTitleID();
|
||||
s_bClearSave = !File::Exists(Common::GetTitleDataPath(title_id, Common::FROM_SESSION_ROOT) +
|
||||
"/banner.bin");
|
||||
s_bClearSave = !File::Exists(
|
||||
Common::GetTitleDataPath(title_id, Common::FromWhichRoot::Session) + "/banner.bin");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user