From 9763a5206365aff7fb5c841abe7e2e1405285b6e Mon Sep 17 00:00:00 2001 From: John Peterson Date: Fri, 14 Nov 2008 16:38:19 +0000 Subject: [PATCH] Typo git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1175 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/ActionReplay.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/Core/Core/Src/ActionReplay.cpp b/Source/Core/Core/Src/ActionReplay.cpp index 5bf61b6161..3f38e39c52 100644 --- a/Source/Core/Core/Src/ActionReplay.cpp +++ b/Source/Core/Core/Src/ActionReplay.cpp @@ -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::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