From 1be0674ef08a70ed66368bcc2015ef0e6b1632a9 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Wed, 15 Oct 2008 04:50:04 +0000 Subject: [PATCH] added the mic to windows build git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@872 8ced0084-cf51-0410-be5f-012b33b47a6e --- Binary/x64/Dolphin.ini | 20 ++++++++++++++++++++ Source/Core/Core/Core.vcproj | 8 ++++++++ Source/Core/Core/Src/PatchEngine.cpp | 6 ++++-- Source/Core/Core/Src/VolumeHandler.cpp | 2 +- 4 files changed, 33 insertions(+), 3 deletions(-) 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"); }