| 3024 | } |
| 3025 | |
| 3026 | void VMManager::CheckForDEV9ConfigChanges(const Pcsx2Config& old_config) |
| 3027 | { |
| 3028 | if (EmuConfig.DEV9 == old_config.DEV9) |
| 3029 | return; |
| 3030 | |
| 3031 | DEV9CheckChanges(old_config); |
| 3032 | } |
| 3033 | |
| 3034 | void VMManager::CheckForMemoryCardConfigChanges(const Pcsx2Config& old_config) |
| 3035 | { |
nothing calls this directly
no test coverage detected