Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Inori/GPCS4
/ Init
Method
Init
GPCS4/Emulator/Emulator.cpp:68–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
bool Emulator::Init()
69
{
70
bool bRet = false;
71
do
72
{
73
if (!registerModules())
74
{
75
break;
76
}
77
78
bRet = true;
79
} while (false);
80
return bRet;
81
}
82
83
void Emulator::Unit()
84
{
Callers
2
main
Function · 0.45
load
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected