PwneeStudios/Cloudberry-Kingdom

[R154]

Opened this issue · 0 comments

If the trophy system is supported:
N/A

The title displays an appropriate error message and does not allow game progress if trophy configuration data cannot be installed.
Build
Test

Explanation:
When the title immediately checks available space in the HDD after boot as required by R224 and there is not enough available space, or when sceNpTrophyRegisterContext() returns an error, game progress must be prevented. Display a message indicating there is not enough space as shown in the explanation to R224, or display an appropriate message according to the returned error, and wait for the user to select game termination (via either of the operations described in the explanation to R076).
When certain options are specified, sceNpTrophyRegisterContext() can display error messages and receive user requests for game termination. It is recommended for the title to use these features.