forked from cafeberry/cafeberry
feat: more accurate logo, festive logo & festive DLC
This commit is contained in:
@@ -87,7 +87,7 @@ InputStream *DefaultTexturePack::getResourceImplementation(const wstring &name)/
|
||||
wstring wstr (pchUsrDir, pchUsrDir+strlen(pchUsrDir));
|
||||
|
||||
wDrive = wstr + L"\\Common\\res\\TitleUpdate\\res";
|
||||
#elif __PSVITA__
|
||||
//#elif __PSVITA__
|
||||
|
||||
/*
|
||||
char *pchUsrDir=getUsrDirPath();
|
||||
@@ -95,7 +95,7 @@ InputStream *DefaultTexturePack::getResourceImplementation(const wstring &name)/
|
||||
|
||||
wDrive = wstr + L"Common\\res\\TitleUpdate\\res";
|
||||
*/
|
||||
wDrive = L"Common\\res\\TitleUpdate\\res";
|
||||
//wDrive = L"Common\\res\\TitleUpdate\\res";
|
||||
#else
|
||||
wDrive = L"Common\\res\\TitleUpdate\\res";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user