mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
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:
parent
1be0674ef0
commit
38f1091c7b
2 changed files with 1 additions and 23 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue