| 5 | static HiddbgHdlsSessionId g_hdlsSessionId; |
| 6 | |
| 7 | SwitchHDLHandler::SwitchHDLHandler(std::unique_ptr<IController> &&controller) |
| 8 | : SwitchVirtualGamepadHandler(std::move(controller)) |
| 9 | { |
| 10 | } |
| 11 | |
| 12 | SwitchHDLHandler::~SwitchHDLHandler() |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected