mirror of https://github.com/PCSX2/pcsx2.git
GSdx: Dynamic CRC hack: moved DYNA_DLL_PATH to GSdx/config.h.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5218 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
f8014654da
commit
2db7ddaaa3
|
@ -5037,8 +5037,6 @@ bool GSC_UrbanReign(const GSFrameInfo& fi, int& skip)
|
|||
|
||||
#ifdef ENABLE_DYNAMIC_CRC_HACK
|
||||
|
||||
#define DYNA_DLL_PATH "c:/dev/pcsx2/trunk/tools/dynacrchack/DynaCrcHack.dll"
|
||||
|
||||
#include <sys/stat.h>
|
||||
/***************************************************************************
|
||||
AutoReloadLibrary : Automatically reloads a dll if the file was modified.
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#define ENABLE_JIT_RASTERIZER
|
||||
|
||||
//#define ENABLE_DYNAMIC_CRC_HACK
|
||||
#define DYNA_DLL_PATH "c:/dev/pcsx2/trunk/tools/dynacrchack/DynaCrcHack.dll"
|
||||
|
||||
#define ENABLE_UPSCALE_HACKS // Hacks intended to fix upscaling / rendering glitches in HW renderers
|
||||
|
||||
|
|
Loading…
Reference in New Issue