Typo
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1175 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
28fc0351fd
commit
9763a52063
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue