MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / getAutoloadLastFile

Method getAutoloadLastFile

Source/GUI/Settings/SConfig.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196bool SConfig::getAutoloadLastFile() const
197{
198 return value("autoloadLastFile", false).toBool();
199}
200
201void SConfig::setAutoloadLastFile(const bool enabled)
202{

Callers 1

MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected