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

Method CheckForDEV9ConfigChanges

pcsx2/VMManager.cpp:3026–3032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3024}
3025
3026void VMManager::CheckForDEV9ConfigChanges(const Pcsx2Config& old_config)
3027{
3028 if (EmuConfig.DEV9 == old_config.DEV9)
3029 return;
3030
3031 DEV9CheckChanges(old_config);
3032}
3033
3034void VMManager::CheckForMemoryCardConfigChanges(const Pcsx2Config& old_config)
3035{

Callers

nothing calls this directly

Calls 1

DEV9CheckChangesFunction · 0.85

Tested by

no test coverage detected