Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
void Emulator::Unit()
84
{
85
auto modManager = CSceModuleSystem::GetInstance();
86
modManager->clearModules();
87
}
88
89
bool Emulator::Run(NativeModule const &mod)
90
{
Callers
2
main
Function · 0.45
~VirtualCPU
Method · 0.45
Calls
1
clearModules
Method · 0.80
Tested by
no test coverage detected