Skip to content

Commit

Permalink
Fix crash in title manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Exzap committed Aug 3, 2023
1 parent 30890aa commit 3edba96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/components/wxTitleManagerList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,8 @@ void wxTitleManagerList::HandleTitleListCallback(CafeTitleListCallbackEvent* evt
wxTitleManagerList::TitleEntry entry(entryType, entryFormat, titleInfo.GetPath());

ParsedMetaXml* metaInfo = titleInfo.GetMetaInfo();

if(titleInfo.IsSystemDataTitle())
return; // dont show system data titles for now
entry.location_uid = titleInfo.GetUID();
entry.title_id = titleInfo.GetAppTitleId();
std::string name = metaInfo->GetLongName(GetConfig().console_language.GetValue());
Expand Down

0 comments on commit 3edba96

Please sign in to comment.