diff --git a/Binary/x64/Dolphin.ini b/Binary/x64/Dolphin.ini index 02cc08a0e9..fa6fc83513 100644 --- a/Binary/x64/Dolphin.ini +++ b/Binary/x64/Dolphin.ini @@ -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 diff --git a/Source/Core/Core/Src/PatchEngine.cpp b/Source/Core/Core/Src/PatchEngine.cpp index 2d9f315d37..ea1d2f7fce 100644 --- a/Source/Core/Core/Src/PatchEngine.cpp +++ b/Source/Core/Core/Src/PatchEngine.cpp @@ -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) {