mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
30584cb9f6
commit
839ac9017b
|
@ -357,7 +357,7 @@ static __forceinline void VSyncStart(u32 sCycle)
|
||||||
psxVBlankStart();
|
psxVBlankStart();
|
||||||
|
|
||||||
if (gates) rcntStartGate(true, sCycle); // Counters Start Gate code
|
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 --
|
// INTC - VB Blank Start Hack --
|
||||||
// Hack fix! This corrects a freezeup in Granda 2 where it decides to spin
|
// Hack fix! This corrects a freezeup in Granda 2 where it decides to spin
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <wx\dnd.h>
|
#include <wx/dnd.h>
|
||||||
|
|
||||||
// --------------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------------
|
||||||
// IsoDropTarget
|
// IsoDropTarget
|
||||||
|
|
Loading…
Reference in New Issue