Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ getConfigPath
Method
getConfigPath
src/InputManager.cpp:454–459 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
452
}
453
454
std::string InputManager::getConfigPath()
455
{
456
std::string path = getHomePath();
457
path +=
"/.emulationstation/es_input.cfg"
;
458
return path;
459
}
Callers
nothing calls this directly
Calls
1
getHomePath
Function · 0.85
Tested by
no test coverage detected