From 839ac9017bce27cfde4c950c587da8f9b66ce6a9 Mon Sep 17 00:00:00 2001 From: arcum42 Date: Tue, 3 Nov 2009 21:29:45 +0000 Subject: [PATCH] Enable patches, and fix Linux compilation. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2125 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/Counters.cpp | 2 +- pcsx2/gui/IsoDropTarget.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pcsx2/Counters.cpp b/pcsx2/Counters.cpp index 61609d5a5..460dbbe8a 100644 --- a/pcsx2/Counters.cpp +++ b/pcsx2/Counters.cpp @@ -357,7 +357,7 @@ static __forceinline void VSyncStart(u32 sCycle) psxVBlankStart(); if (gates) rcntStartGate(true, sCycle); // Counters Start Gate code - //if (EmuConfig.EnablePatches) applypatch(1); // fixme - Apply patches + if (EmuConfig.EnablePatches) applypatch(1); // fixme - Apply patches // INTC - VB Blank Start Hack -- // Hack fix! This corrects a freezeup in Granda 2 where it decides to spin diff --git a/pcsx2/gui/IsoDropTarget.h b/pcsx2/gui/IsoDropTarget.h index 2b5e35391..cc5d3bbe9 100644 --- a/pcsx2/gui/IsoDropTarget.h +++ b/pcsx2/gui/IsoDropTarget.h @@ -15,7 +15,7 @@ #pragma once -#include +#include // -------------------------------------------------------------------------------------- // IsoDropTarget