Home
last modified time | relevance | path

Searched refs:_cheatManager (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DConsole.h74 shared_ptr<CheatManager> _cheatManager; variable
H A DConsole.cpp86 _cheatManager.reset(new CheatManager(shared_from_this())); in Init()
113 _cheatManager.reset(); in Release()
523 return _cheatManager.get(); in GetCheatManager()