mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 13:35:14 +01:00
Applet: Print unknown AppletId on ASSERT
This commit is contained in:
parent
e784434a25
commit
ddc59e3881
@ -114,7 +114,7 @@ static u64 GetTitleIdForApplet(AppletId id) {
|
|||||||
return data.applet_ids[0] == id || data.applet_ids[1] == id;
|
return data.applet_ids[0] == id || data.applet_ids[1] == id;
|
||||||
});
|
});
|
||||||
|
|
||||||
ASSERT_MSG(itr != applet_titleids.end(), "Unknown applet id");
|
ASSERT_MSG(itr != applet_titleids.end(), "Unknown applet id %u", id);
|
||||||
|
|
||||||
return itr->title_ids[CFG::GetRegionValue()];
|
return itr->title_ids[CFG::GetRegionValue()];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user