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

@ -3,23 +3,3 @@ GFXPlugin = Plugins\Plugin_VideoOGL.dll
DSPPlugin = Plugins\Plugin_DSP_HLE.dll
PadPlugin = Plugins\Plugin_PadSimple.dll
WiiMotePlugin = Plugins\Plugin_Wiimote.dll
[General]
LastFilename = D:\Games\Gamecube\Baten Kaitos Disc 1.gcz
GCMPathes = 1
GCMPath0 = D:\Games\Gamecube
[Core]
GFXPlugin = Plugins\Plugin_VideoOGL.dll
DSPPlugin = Plugins\Plugin_DSP_HLE.dll
PadPlugin = Plugins\Plugin_PadSimple.dll
WiiMotePlugin = Plugins\Plugin_Wiimote.dll
HLEBios = True
UseDynarec = True
UseDualCore = True
SkipIdle = True
LockThreads = False
DefaultGCM =
DVDRoot =
OptimizeQuantizers = True
SelectedLanguage = 0
RunCompareServer = False
RunCompareClient = False

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)
{