Home
last modified time | relevance | path

Searched refs:m_ListElfDol (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DConfigManager.h238 bool m_ListElfDol; member
H A DConfigManager.cpp160 gamelist->Set("ListElfDol", m_ListElfDol); in SaveGameListSettings()
414 gamelist->Get("ListElfDol", &m_ListElfDol, true); in LoadGameListSettings()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/GameList/
H A DGameListModel.cpp268 return SConfig::GetInstance().m_ListElfDol; in ShouldDisplayGameListItem()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/
H A DMenuBar.cpp661 {tr("Show ELF/DOL"), &SConfig::GetInstance().m_ListElfDol}}; in AddShowPlatformsMenu()