Enable patches, and fix Linux compilation.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2125 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2009-11-03 21:29:45 +00:00
parent 30584cb9f6
commit 839ac9017b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -15,7 +15,7 @@
#pragma once
#include <wx\dnd.h>
#include <wx/dnd.h>
// --------------------------------------------------------------------------------------
// IsoDropTarget