MCPcopy Create free account
hub / github.com/Inori/GPCS4 / Unit

Method Unit

GPCS4/Emulator/Emulator.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void Emulator::Unit()
84{
85 auto modManager = CSceModuleSystem::GetInstance();
86 modManager->clearModules();
87}
88
89bool Emulator::Run(NativeModule const &mod)
90{

Callers 2

mainFunction · 0.45
~VirtualCPUMethod · 0.45

Calls 1

clearModulesMethod · 0.80

Tested by

no test coverage detected