nn::erreula::CTR::PreloadErrEulaApplet Functionvoid PreloadErrEulaApplet();
None.
Preloads the error EULA applet.
If you have preloaded the applet, use WaitForPreloadErrEulaApplet to wait for preloading to end, and then call StartErrEulaApplet.
Preloading the error EULA applet allows it to be started faster.
If you do so, however, you must take the following into account.
Preloading is not complete after this function returns. Once preloading has been performed using this function, you must always call either the nn::erreula::CTR::WaitForPreloadErrEulaApplet function or the nn::erreula::CTR::IsRegisteredErrEulaApplet function to confirm that preloading has completed before calling the nn::erreula::CTR::StartErrEulaApplet function.
In addition, when a library applet other than the error EULA applet has been preloaded, you must cancel that preload before calling this function.
Applications must not be terminated while the applet is preloaded. If an application is preloaded, you must call the nn::erreula::CTR::CancelPreloadErrEulaApplet function to cancel the preload before terminating it.
Preloading of an applet can be canceled by calling nn::applet::CTR::ProcessHomeButton to move to the HOME Menu.
CONFIDENTIAL