now you know an evil plan of mine :}

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@873 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2008-10-15 04:56:19 +00:00
parent 1be0674ef0
commit 38f1091c7b
2 changed files with 1 additions and 23 deletions

View File

@ -36,7 +36,6 @@
#include "PatchEngine.h"
#include "IniFile.h"
#include "HW/Memmap.h"
#include "ARDecrypt.h"
enum PatchType
@ -197,8 +196,7 @@ void LoadActionReplayCodes(IniFile &ini)
if (pieces.size() == 3 && pieces[0].size() == 4 && pieces[1].size() == 4 && pieces[2].size() == 5)
{
// Encrypted AR code
PanicAlert("buildseeds\ncode: %s %s %s",pieces[0].c_str(), pieces[1].c_str(), pieces[2].c_str());
buildseeds();
PanicAlert("Dolphin does not support encrypted AR codes");
}
else if (line.size() > 1)
{