fix(PS5): PS5 crashing on startup (#17)

Fixed PS5 crashing on startup by migrating to JP sce_sys with english assets. since its the only working nptitle.dat i could find.
Trophies are working as well

---------

Co-authored-by: 552eden <552eden@gmail.com>
Reviewed-on: pieeebot/cafeberry#17
Co-authored-by: ubergamer-pie <16+ubergamer-pie@noreply.localhost>
This commit was merged in pull request #17.
This commit is contained in:
2026-07-26 23:46:04 +00:00
committed by pieeebot
co-authored by 552eden
parent 4099ed477d
commit 353eeea217
15 changed files with 768 additions and 1136 deletions
@@ -9,7 +9,7 @@ const wstring LeaderboardManager::filterNames[eNumFilterModes] =
L"Friends", L"MyScore", L"TopRank"
};
#if !defined(_DURANGO) && !defined(_WINDOWS64) && !defined(_XBOX) // str1k3r - only needed for sony platforms.
#if defined(__PSVITA__)// str1k3r - only needed for sony platforms.
LeaderboardManager *LeaderboardManager::m_instance = NULL;
#endif