Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
now you know an evil plan of mine :}
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@873 8ced0084-cf51-0410-be5f-012b33b47a6e
  • Loading branch information
shuffle2 committed Oct 15, 2008
1 parent 1be0674 commit 38f1091
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
20 changes: 0 additions & 20 deletions Binary/x64/Dolphin.ini
Expand Up @@ -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
4 changes: 1 addition & 3 deletions Source/Core/Core/Src/PatchEngine.cpp
Expand Up @@ -36,7 +36,6 @@
#include "PatchEngine.h"
#include "IniFile.h"
#include "HW/Memmap.h"
#include "ARDecrypt.h"


enum PatchType
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit 38f1091

Please sign in to comment.