mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user