mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
DolphinWX: Load EmuState and custom name for actual discs
This commit is contained in:
@ -423,7 +423,13 @@ void GameListCtrl::RefreshList()
|
||||
{
|
||||
auto file = std::make_shared<GameListItem>(drive);
|
||||
if (file->IsValid())
|
||||
{
|
||||
if (file->EmuStateChanged())
|
||||
file->EmuStateCommit();
|
||||
if (file->CustomNameChanged(m_title_database))
|
||||
file->CustomNameCommit();
|
||||
m_shown_files.push_back(file);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user