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

Method ReloadDevices

pcsx2/Input/InputManager.cpp:1672–1683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1670// ------------------------------------------------------------------------
1671
1672bool InputManager::ReloadDevices()
1673{
1674 bool changed = false;
1675
1676 for (u32 i = FIRST_EXTERNAL_INPUT_SOURCE; i < LAST_EXTERNAL_INPUT_SOURCE; i++)
1677 {
1678 if (s_input_sources[i]->IsInitialized())
1679 changed |= s_input_sources[i]->ReloadDevices();
1680 }
1681
1682 return changed;
1683}
1684
1685void InputManager::CloseSources()
1686{

Callers

nothing calls this directly

Calls 1

IsInitializedMethod · 0.45

Tested by

no test coverage detected