nn::voicesel::CTR::PreloadVoiceSel Functionbool PreloadVoiceSel();
None.
Preloads the audio selector applet.
If you preload the audio selector applet, it will start up faster than it will otherwise. If you do so, however, you must take the following into account.
Preloading is not complete after this function returns. When you use this function to preload the applet, before you can call the nn::voicesel::CTR::StartVoiceSel function you must always either call the nn::voicesel::CTR::WaitForPreloadVoiceSel function or confirm that preloading is complete using the nn::voicesel::CTR::IsRegisteredVoiceSel function.
Also note that if some library applet other than the audio selector applet has been preloaded, you must cancel that preload before calling this function.
Applications must not be closed while the applet is preloaded. If you preloaded the applet, you must always call the nn::voicesel::CTR::CancelPreloadVoiceSel function to cancel the preload before closing the application.
Preloading of an applet can be canceled by calling nn::applet::CTR::ProcessHomeButton to move to the HOME Menu.
CONFIDENTIAL