Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ Settings
Method
Settings
src/Settings.cpp:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
Settings* Settings::sInstance = NULL;
8
9
Settings::Settings()
10
{
11
setDefaults();
12
loadFile();
13
}
14
15
Settings* Settings::getInstance()
16
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected