mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-09-18 21:22:38 +02:00
Add support for custom BMP icons and custom NDS banners for games and folders. Closes #53 and Closes #62
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user