diff --git a/Binary/x64/Dolphin.ini b/Binary/x64/Dolphin.ini index fa6fc83513..02cc08a0e9 100644 --- a/Binary/x64/Dolphin.ini +++ b/Binary/x64/Dolphin.ini @@ -3,3 +3,23 @@ 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/Core.vcproj b/Source/Core/Core/Core.vcproj index d62803f59b..2156cdb892 100644 --- a/Source/Core/Core/Core.vcproj +++ b/Source/Core/Core/Core.vcproj @@ -586,6 +586,14 @@ RelativePath=".\Src\Hw\EXI_DeviceMemoryCard.h" > + + + + 1) { diff --git a/Source/Core/Core/Src/VolumeHandler.cpp b/Source/Core/Core/Src/VolumeHandler.cpp index e26607c1fc..908048c397 100644 --- a/Source/Core/Core/Src/VolumeHandler.cpp +++ b/Source/Core/Core/Src/VolumeHandler.cpp @@ -36,7 +36,7 @@ void SetVolumeName(const std::string& _rFullPath) delete g_pVolume; g_pVolume = NULL; } - catch() + catch(...) { printf("Couldn't Delete g_pVolume and set it to Null!\n"); }