Home
last modified time | relevance | path

Searched refs:FindSecondDisc (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/GameList/
H A DGameList.h34 std::shared_ptr<const UICommon::GameFile> FindSecondDisc(const UICommon::GameFile& game) const;
H A DGameListModel.h71 std::shared_ptr<const UICommon::GameFile> FindSecondDisc(const UICommon::GameFile& game) const;
H A DGameList.cpp735 GameList::FindSecondDisc(const UICommon::GameFile& game) const in FindSecondDisc() function in GameList
737 return m_model->FindSecondDisc(game); in FindSecondDisc()
H A DGameListModel.cpp370 GameListModel::FindSecondDisc(const UICommon::GameFile& game) const in FindSecondDisc() function in GameListModel
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/
H A DMainWindow.cpp918 auto second_game = m_game_list->FindSecondDisc(game); in ScanForSecondDiscAndStartGame()