Steps to reproduce:
- Start a WiiVC game
- Cancel the prompts
- Shut down the console
What should happen:
- RiiTag does not get updated
What does happen:
Cause:
The title id is saved when a game requests to start because ON_APPLICATION_START is not called for WiiVC games anymore. But ON_APPLICATION_REQUESTS_EXIT() also runs when the console is about to shut down (also happens when using Wiiload).
Workaround:
Start a system title first before shutting down.
Steps to reproduce:
What should happen:
What does happen:
Cause:
The title id is saved when a game requests to start because
ON_APPLICATION_STARTis not called for WiiVC games anymore. ButON_APPLICATION_REQUESTS_EXIT()also runs when the console is about to shut down (also happens when using Wiiload).Workaround:
Start a system title first before shutting down.