| 312 | |
| 313 | |
| 314 | CRDPStateManager::CRDPStateManager() |
| 315 | : EmulateMirror(true) |
| 316 | { |
| 317 | ClearAllEntries(); |
| 318 | InvalidateAllTileTextureInfo(); |
| 319 | } |
| 320 | |
| 321 | CRDPStateManager::~CRDPStateManager() |
| 322 | { |
nothing calls this directly
no outgoing calls
no test coverage detected