mirror of https://github.com/PCSX2/pcsx2.git
zzogl-pg: Fix a compilation error when not building a Release build.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4051 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
bd7fee3be3
commit
c09df50a58
|
@ -315,6 +315,7 @@ __forceinline bool LoadShadersFromDat()
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef DEVBUILD
|
||||||
__forceinline bool LoadShadersFromFX()
|
__forceinline bool LoadShadersFromFX()
|
||||||
{
|
{
|
||||||
// test if ps2hw.fx exists
|
// test if ps2hw.fx exists
|
||||||
|
@ -348,6 +349,7 @@ __forceinline bool LoadShadersFromFX()
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// open shader file according to build target
|
// open shader file according to build target
|
||||||
|
|
Loading…
Reference in New Issue