FullscreenUI: Fix incorrect disc set window title

pull/3541/head
Stenzek 2 months ago
parent 86333e9977
commit d77c92de33
No known key found for this signature in database

@ -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)
{

Loading…
Cancel
Save