Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cathery/sys-con
/ Initialize
Function
Initialize
source/Sysmodule/source/controller_handler.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
*/
65
66
void Initialize()
67
{
68
UseAbstractedPad = hosversionBetween(5, 7);
69
controllerHandlers.reserve(MaxControllerHandlersSize);
70
}
71
72
void Reset()
73
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected