mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
GameList: make GetSelectedGame a pointer to GameFile
This commit is contained in:
@ -310,7 +310,7 @@ void MainWindow::Play()
|
||||
}
|
||||
else
|
||||
{
|
||||
QString selection = m_game_list->GetSelectedGame();
|
||||
QString selection = m_game_list->GetSelectedGame()->GetFilePath();
|
||||
if (selection.length() > 0)
|
||||
{
|
||||
StartGame(selection);
|
||||
|
Reference in New Issue
Block a user