Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ getInstance
Method
getInstance
src/Settings.cpp:15–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
Settings* Settings::getInstance()
16
{
17
if(sInstance == NULL)
18
sInstance = new Settings();
19
20
return sInstance;
21
}
22
23
void Settings::setDefaults()
24
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected