MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / Reset

Method Reset

pcsx2/Memory.cpp:192–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void SysMemory::Reset()
193{
194 DevCon.WriteLn(Color_StrongBlue, "Resetting host memory for virtual systems...");
195
196 memReset();
197 iopMemReset();
198 vuMemReset();
199
200 // Note: newVif is reset as part of other VIF structures.
201 // Software is reset on the GS thread.
202}
203
204void SysMemory::Release()
205{

Callers

nothing calls this directly

Calls 4

memResetFunction · 0.85
iopMemResetFunction · 0.85
vuMemResetFunction · 0.85
WriteLnMethod · 0.45

Tested by

no test coverage detected