MCPcopy Create free account
hub / github.com/cathery/sys-con / Initialize

Method Initialize

source/ControllerLib/Controllers/Xbox360Controller.cpp:16–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16Result Xbox360Controller::Initialize()
17{
18 Result rc;
19
20 rc = OpenInterfaces();
21 if (R_FAILED(rc))
22 return rc;
23
24 SetLED(XBOX360LED_TOPLEFT);
25 return rc;
26}
27void Xbox360Controller::Exit()
28{
29 CloseInterfaces();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected