mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-11 15:22:58 +02:00
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:
@@ -315,6 +315,7 @@ __forceinline bool LoadShadersFromDat()
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifdef DEVBUILD
|
||||
__forceinline bool LoadShadersFromFX()
|
||||
{
|
||||
// test if ps2hw.fx exists
|
||||
@@ -348,6 +349,7 @@ __forceinline bool LoadShadersFromFX()
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
// open shader file according to build target
|
||||
|
||||
Reference in New Issue
Block a user