forked from cafeberry/cafeberry
feat: more accurate logo, festive logo & festive DLC
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user