nn::cfg::CTR::Finalize Function#include <nn/cfg.h>
void Finalize(
void
);
None.
Finalizes use of the System Settings library.
After calling this function, you can no longer use the functions in the nncfg::CTR namespace (excluding the nn::cfg::CTR::GetCountryCodeA2 and nn::cfg::CTR::GetLanguageCodeA2 functions).
The function does nothing unless the cfg library has been initialized.
If nn::cfg::CTR::Initialize has been called multiple times, you must call nn::cfg::CTR::Finalize the same number of times to finalize use of the cfg library.
CONFIDENTIAL