Called by: . MemInitialize() . MemInitializeFromSnapshot() Since called by LoadState(), then this must not init any cards - it should only init the card I/O hooks
| 2219 | // Since called by LoadState(), then this must not init any cards |
| 2220 | // - it should only init the card I/O hooks |
| 2221 | void MemInitializeIO(void) |
| 2222 | { |
| 2223 | InitIoHandlers(); |
| 2224 | |
| 2225 | GetCardMgr().InitializeIO(pCxRomPeripheral); |
| 2226 | } |
| 2227 | |
| 2228 | // Called by: |
| 2229 | // . Snapshot_LoadState_v2() |
no test coverage detected