feat: more accurate logo, festive logo & festive DLC

This commit is contained in:
2026-09-10 22:26:32 -04:00
parent 5725fd715f
commit 59fd8f0cdc
23 changed files with 16 additions and 18 deletions
+2 -4
View File
@@ -57,23 +57,21 @@ wstring TexturePack::getPath(bool bTitleUpdateTexture /*= false*/,const char *pc
}
}
#elif __PSVITA__
/*#elif __PSVITA__
char *pchUsrDir="";//getUsrDirPath();
wstring wstr (pchUsrDir, pchUsrDir+strlen(pchUsrDir));
if(bTitleUpdateTexture)
{
// Make the content package point to to the UPDATE: drive is needed
wDrive= wstr + L"Common\\res\\TitleUpdate\\";
}
else
{
wDrive= wstr + L"Common\\";
}
}*/
#else
if(bTitleUpdateTexture)
{
// Make the content package point to to the UPDATE: drive is needed
wDrive=L"Common\\res\\TitleUpdate\\";
}
else