mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Fix crash in title manager
This commit is contained in:
parent
0d96255bae
commit
6268a24a4b
1 changed files with 2 additions and 1 deletions
|
@ -1005,7 +1005,8 @@ void wxTitleManagerList::HandleTitleListCallback(CafeTitleListCallbackEvent* evt
|
||||||
wxTitleManagerList::TitleEntry entry(entryType, entryFormat, titleInfo.GetPath());
|
wxTitleManagerList::TitleEntry entry(entryType, entryFormat, titleInfo.GetPath());
|
||||||
|
|
||||||
ParsedMetaXml* metaInfo = titleInfo.GetMetaInfo();
|
ParsedMetaXml* metaInfo = titleInfo.GetMetaInfo();
|
||||||
|
if(titleInfo.IsSystemDataTitle())
|
||||||
|
return; // dont show system data titles for now
|
||||||
entry.location_uid = titleInfo.GetUID();
|
entry.location_uid = titleInfo.GetUID();
|
||||||
entry.title_id = titleInfo.GetAppTitleId();
|
entry.title_id = titleInfo.GetAppTitleId();
|
||||||
std::string name = metaInfo->GetLongName(GetConfig().console_language.GetValue());
|
std::string name = metaInfo->GetLongName(GetConfig().console_language.GetValue());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue