nn::hid::CTR::ExtraPad::Initialize Member Function
static void Initialize(
void * workingMemory
);
| Name | Description | |
|---|---|---|
| in | workingMemory | A 4096-byte buffer that is 4096-byte aligned. |
Performs initialization for using the Circle Pad Pro.
You must execute this function before calling the StartSampling or StopSampling function. If called multiple times when Finalize has not been called, this function does nothing on the second and subsequent calls. Pass the buffer to use for connections and sampling as a parameter. This must be a 4096-byte buffer that is 4096-byte aligned.
CONFIDENTIAL