| 190 | } |
| 191 | |
| 192 | void 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 | |
| 204 | void SysMemory::Release() |
| 205 | { |
nothing calls this directly
no test coverage detected