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

Method Initialize

source/ControllerLib/Controllers/XboxOneController.cpp:74–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74Result XboxOneController::Initialize()
75{
76 Result rc;
77
78 rc = OpenInterfaces();
79 if (R_FAILED(rc))
80 return rc;
81
82 rc = SendInitBytes();
83 if (R_FAILED(rc))
84 return rc;
85 return rc;
86}
87void XboxOneController::Exit()
88{
89 CloseInterfaces();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected