Searched refs:GetCheatManager (Results 1 – 10 of 10) sorted by relevance
40 _activeCheats = console->GetCheatManager()->GetCheats(); in SaveStateMessage()58 console->GetCheatManager()->SetCheats(cheats); in LoadState()
104 _console->GetCheatManager()->ApplyRamCodes(addr, value); in DebugRead()117 _console->GetCheatManager()->ApplyRamCodes(addr, value); in Read()
137 CheatManager* GetCheatManager();
137 for(CodeInfo &code : _console->GetCheatManager()->GetCheats()) { in GetGameSettings()
326 _console->GetCheatManager()->SetCheats(cheats); in LoadCheats()
748 _console->GetCheatManager()->AddGameGenieCode(gamegenieCode); in AddCheat()756 _console->GetCheatManager()->ClearCodes(); in ClearCheats()
521 CheatManager* Console::GetCheatManager() in GetCheatManager() function in Console
670 _console->GetCheatManager()->ApplyPrgCodes(_prgRom, _prgSize); in ApplyCheats()
678 _console->GetCheatManager()->ClearCodes(); in retro_cheat_reset()691 …_console->GetCheatManager()->AddCustomCode(HexUtilities::FromHex(address), HexUtilities::FromHex(v… in retro_cheat_set()696 …_console->GetCheatManager()->AddCustomCode(HexUtilities::FromHex(address), HexUtilities::FromHex(v… in retro_cheat_set()711 _console->GetCheatManager()->AddGameGenieCode(code); in retro_cheat_set()713 _console->GetCheatManager()->AddProActionRockyCode(HexUtilities::FromHex(code)); in retro_cheat_set()
610 …__stdcall SetCheats(CheatInfo cheats[], uint32_t length) { _console->GetCheatManager()->SetCheats(… in SetCheats()