diff --git a/src/core/fullscreen_ui.cpp b/src/core/fullscreen_ui.cpp index 812bf68d0..ceb34f27b 100644 --- a/src/core/fullscreen_ui.cpp +++ b/src/core/fullscreen_ui.cpp @@ -8577,7 +8577,7 @@ void FullscreenUI::HandleGameListOptions(const GameList::Entry* entry) }; const GameDatabase::DiscSetEntry* dsentry = entry->dbentry->disc_set; - OpenChoiceDialog(entry->GetDisplayTitle(ShouldShowLocalizedTitles()), false, std::move(options), + OpenChoiceDialog(dsentry->GetDisplayTitle(ShouldShowLocalizedTitles()), false, std::move(options), [dsentry](s32 index, const std::string& title, bool checked) mutable { switch (index) {