| 14 | } |
| 15 | |
| 16 | Result XboxController::Initialize() |
| 17 | { |
| 18 | Result rc; |
| 19 | |
| 20 | rc = OpenInterfaces(); |
| 21 | if (R_FAILED(rc)) |
| 22 | return rc; |
| 23 | |
| 24 | return rc; |
| 25 | } |
| 26 | void XboxController::Exit() |
| 27 | { |
| 28 | CloseInterfaces(); |
nothing calls this directly
no outgoing calls
no test coverage detected