From 570071a8b639176350fb0c885be939cfd970d691 Mon Sep 17 00:00:00 2001 From: daco65 Date: Mon, 22 Sep 2008 11:42:52 +0000 Subject: [PATCH] minor core fixing. moved CatchUpGPU() back to CommandProcessor so that MP1 (and more?) have graphics again. also fixed the lzo.lib error some ppl get (i think) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@608 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Core.vcproj | 11 +++++++---- Source/Core/Core/Src/Core.cpp | 15 +++++++-------- Source/Core/Core/Src/HW/CommandProcessor.cpp | 2 +- Source/Core/Core/Src/HW/SystemTimers.cpp | 2 -- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Source/Core/Core/Core.vcproj b/Source/Core/Core/Core.vcproj index 97719f6257..129f50ce57 100644 --- a/Source/Core/Core/Core.vcproj +++ b/Source/Core/Core/Core.vcproj @@ -1,7 +1,7 @@