forked from cafeberry/cafeberry
fix: SD3 lib being copied & update paths
This commit is contained in:
@@ -10034,11 +10034,11 @@ enum ETitleUpdateTexturePacks
|
||||
#ifdef _WINDOWS64
|
||||
wstring titleUpdateTexturePackRoot = L"Windows64\\DLC\\";
|
||||
#elif defined(__ORBIS__)
|
||||
wstring titleUpdateTexturePackRoot = L"/app0/orbis/CU/DLC/";
|
||||
wstring titleUpdateTexturePackRoot = L"app0/Orbis/DLC/";
|
||||
#elif defined(__PSVITA__)
|
||||
wstring titleUpdateTexturePackRoot = L"PSVita/CU/DLC/";
|
||||
wstring titleUpdateTexturePackRoot = L"PSVita/DLC/";
|
||||
#elif defined(__PS3__)
|
||||
wstring titleUpdateTexturePackRoot = L"PS3/CU/DLC/";
|
||||
wstring titleUpdateTexturePackRoot = L"PS3/DLC/";
|
||||
#else
|
||||
wstring titleUpdateTexturePackRoot = L"CU\\DLC\\";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user