PwneeStudios/Cloudberry-Kingdom

[R125]

Opened this issue · 0 comments

The title loads/writes files in the HDD boot game directory correctly and executes error handling as necessary.
Build

Explanation:
The file system APIs execute retries internally. If an I/O error is returned, the title is not required to enable game progress (but must always support the game termination request event).
The game content utility can display a message to inform the user of the fatal error and to terminate the game.