MCPcopy 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
68bool 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
83void Emulator::Unit()
84{

Callers 2

mainFunction · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected