mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Fix crash in title manager
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user