nn::cfg::CTR::Initialize Function#include <nn/cfg.h>
void Initialize(
void
);
None.
Initializes the System Settings library.
When using functions in the nn::cfg::CTR namespace, you must first call the nn::cfg::CTR::Initialize function to initialize.
(You can use the nn::cfg::CTR::GetCountryCodeA2 and nn::cfg::CTR::GetLanguageCodeA2 functions without initializing.)
You can use these functions until you declare finalization by calling the nn::cfg::CTR::Finalize function.
cfg library.CONFIDENTIAL