MCPcopy Create free account
hub / github.com/360Controller/360Controller / free

Method free

360Controller/_60Controller.cpp:340–344  ·  view source on GitHub ↗

Free the extension

Source from the content-addressed store, hash-verified

338
339// Free the extension
340void Xbox360Peripheral::free(void)
341{
342 IOLockFree(mainLock);
343 super::free();
344}
345
346bool Xbox360Peripheral::start(IOService *provider)
347{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected