MCPcopy Create free account
hub / github.com/cemu-project/Cemu / get_api_provider

Method get_api_provider

src/input/InputManager.cpp:739–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739ControllerProviderPtr InputManager::get_api_provider(InputAPI::Type api) const
740{
741 if(!m_api_available[api].empty())
742 return *(m_api_available[api].begin());
743
744 cemu_assert_debug(false);
745 return {};
746}
747
748ControllerProviderPtr InputManager::get_api_provider(InputAPI::Type api, const ControllerProviderSettings& settings)
749{

Callers 5

on_api_selectedMethod · 0.80
CreateControllerMethod · 0.80
ControllerMethod · 0.80
loadMethod · 0.80

Calls 3

cemu_assert_debugFunction · 0.85
emptyMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected