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
|
@ -3,23 +3,3 @@ GFXPlugin = Plugins\Plugin_VideoOGL.dll
|
||||||
DSPPlugin = Plugins\Plugin_DSP_HLE.dll
|
DSPPlugin = Plugins\Plugin_DSP_HLE.dll
|
||||||
PadPlugin = Plugins\Plugin_PadSimple.dll
|
PadPlugin = Plugins\Plugin_PadSimple.dll
|
||||||
WiiMotePlugin = Plugins\Plugin_Wiimote.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
|
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
#include "PatchEngine.h"
|
#include "PatchEngine.h"
|
||||||
#include "IniFile.h"
|
#include "IniFile.h"
|
||||||
#include "HW/Memmap.h"
|
#include "HW/Memmap.h"
|
||||||
#include "ARDecrypt.h"
|
|
||||||
|
|
||||||
|
|
||||||
enum PatchType
|
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)
|
if (pieces.size() == 3 && pieces[0].size() == 4 && pieces[1].size() == 4 && pieces[2].size() == 5)
|
||||||
{
|
{
|
||||||
// Encrypted AR code
|
// Encrypted AR code
|
||||||
PanicAlert("buildseeds\ncode: %s %s %s",pieces[0].c_str(), pieces[1].c_str(), pieces[2].c_str());
|
PanicAlert("Dolphin does not support encrypted AR codes");
|
||||||
buildseeds();
|
|
||||||
}
|
}
|
||||||
else if (line.size() > 1)
|
else if (line.size() > 1)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue