Log title_name

This commit is contained in:
Margen67 2022-02-28 17:45:01 -08:00 committed by Gliniak
parent 5296d2e91e
commit 5701823ccf
1 changed files with 1 additions and 0 deletions

View File

@ -831,6 +831,7 @@ X_STATUS Emulator::CompleteLaunch(const std::filesystem::path& path,
// If English title is unavailable, get the title in default locale. // If English title is unavailable, get the title in default locale.
title_name_ = db.title(); title_name_ = db.title();
} }
XELOGI("Title name: {}", title_name_);
auto icon_block = db.icon(); auto icon_block = db.icon();
if (icon_block) { if (icon_block) {
display_window_->SetIcon(icon_block.buffer, icon_block.size); display_window_->SetIcon(icon_block.buffer, icon_block.size);