MCPcopy 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
15Settings* Settings::getInstance()
16{
17 if(sInstance == NULL)
18 sInstance = new Settings();
19
20 return sInstance;
21}
22
23void Settings::setDefaults()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected