mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-29 13:32:13 +00:00
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();
|
||||
|
||||
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
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <wx\dnd.h>
|
||||
#include <wx/dnd.h>
|
||||
|
||||
// --------------------------------------------------------------------------------------
|
||||
// IsoDropTarget
|
||||
|
Loading…
x
Reference in New Issue
Block a user