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

Method get_settings

src/input/api/Controller.cpp:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205ControllerBase::Settings ControllerBase::get_settings() const
206{
207 std::scoped_lock lock(m_settings_mutex);
208 return m_settings;
209}
210
211void ControllerBase::set_settings(const Settings& settings)
212{

Callers 3

loadMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected