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

Method Initialize

source/ControllerLib/Controllers/XboxController.cpp:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected