nn::y2r::CTR::Initialize Functionbool Initialize();
None.
true on success; otherwise, returns false on failure due to being in use by another process. Initializes the Y2R library.
You must call this function before calling any of the functions in the nn::y2r::CTR namespace.
This function may return FALSE for a short while, immediately after the nn::y2r::CTR::Finalize function is called. If this happens, insert a small wait time of about 1 millisecond, and call this function again.
false for a short time after the nn::y2r::CTR::Finalize function has been called.
false is not returned as a return value.false.
CONFIDENTIAL