mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 11:15:20 +02:00
Misc sanity checks
This commit is contained in:
@@ -116,8 +116,10 @@ void TabbedUIDialogScreenWithGameBackground::RecreateViews() {
|
||||
}
|
||||
|
||||
void TabbedUIDialogScreenWithGameBackground::EnsureTabs() {
|
||||
_assert_(tabHolder_);
|
||||
tabHolder_->EnsureAllCreated();
|
||||
_dbg_assert_(tabHolder_);
|
||||
if (tabHolder_) {
|
||||
tabHolder_->EnsureAllCreated();
|
||||
}
|
||||
}
|
||||
|
||||
void TabbedUIDialogScreenWithGameBackground::ApplySearchFilter() {
|
||||
|
||||
Reference in New Issue
Block a user