MCPcopy 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

7Settings* Settings::sInstance = NULL;
8
9Settings::Settings()
10{
11 setDefaults();
12 loadFile();
13}
14
15Settings* Settings::getInstance()
16{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected