forked from cafeberry/cafeberry
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 is contained in:
@@ -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
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2,14 +2,28 @@
|
||||
<gamePackage>
|
||||
<language id="00" modified="0">
|
||||
<speechRecognitionWords>
|
||||
<text>シンプル シューティング ゲーム</text>
|
||||
<pronunciation>sh i N p u r u ___ sh uL t i N g u ___ g eL m u</pronunciation>
|
||||
<text>Minecraft</text>
|
||||
<pronunciation>m a j n k r a f t</pronunciation>
|
||||
</speechRecognitionWords>
|
||||
<speechRecognitionWords>
|
||||
<text>Minecraft</text>
|
||||
<pronunciation>m a j n k r e f t</pronunciation>
|
||||
</speechRecognitionWords>
|
||||
</language>
|
||||
<language id="01" modified="0">
|
||||
<speechRecognitionWords>
|
||||
<text>simple shooting game</text>
|
||||
<pronunciation>s ih m p ax l ___ sh uw t ih n ___ g ey m</pronunciation>
|
||||
<text>Minecraft</text>
|
||||
<pronunciation>m ay n k r ae f t</pronunciation>
|
||||
</speechRecognitionWords>
|
||||
<speechRecognitionWords>
|
||||
<text>Minecraft</text>
|
||||
<pronunciation>m ay n k r ax f t</pronunciation>
|
||||
</speechRecognitionWords>
|
||||
</language>
|
||||
</gamePackage>
|
||||
<language id="18" modified="0">
|
||||
<speechRecognitionWords>
|
||||
<text>Minecraft</text>
|
||||
<pronunciation>m ih n k r aa f t</pronunciation>
|
||||
</speechRecognitionWords>
|
||||
</language>
|
||||
</gamePackage>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Reference in New Issue
Block a user