git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1175 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2008-11-14 16:38:19 +00:00
parent 28fc0351fd
commit 9763a52063
1 changed files with 0 additions and 5 deletions

View File

@ -138,8 +138,6 @@ void LoadActionReplayCodes(IniFile &ini, bool bForGUI)
void ActionReplayRunAllActive()
{
LOGV(CONSOLE, 0, "ActionReplayRunAllActive %s", code.name.c_str());
if (Core::GetStartupParameter().bEnableCheats) {
for (std::vector<ARCode>::iterator iter = arCodes.begin(); iter != arCodes.end(); ++iter)
if (iter->active)
@ -168,9 +166,6 @@ bool RunActionReplayCode(const ARCode &arcode) {
code = arcode;
LOGV(CONSOLE, 0, "RunActionReplayCode %s", code.name.c_str());
PanicAlert("RunActionReplayCode %s", code.name.c_str());
for (iter = code.ops.begin(); iter != code.ops.end(); ++iter)
{
cmd = iter->cmd_addr >> 24; // AR command