Add support for custom BMP icons and custom NDS banners for games and folders. Closes #53 and Closes #62

This commit is contained in:
Augusto Daniele
2026-07-05 11:27:48 -03:00
committed by GitHub
parent a845f03686
commit f90d0a1aae
40 changed files with 841 additions and 187 deletions

View File

@@ -35,7 +35,7 @@ TaskResult<void> BannerListFileRecyclerAdapter::BindView(SharedPtr<View> view, i
if (internalFileInfo)
{
const char16_t* gameTitle = internalFileInfo->GetGameTitle();
if (gameTitle)
if (gameTitle && gameTitle[0] != 0)
{
listItemView->SetGameTitle(gameTitle);
fileNameAsTitle = false;