Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
ControllerBase::Settings ControllerBase::get_settings() const
206
{
207
std::scoped_lock lock(m_settings_mutex);
208
return m_settings;
209
}
210
211
void ControllerBase::set_settings(const Settings& settings)
212
{
Callers
3
load
Method · 0.45
save
Method · 0.45
save
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected