Files
pcsx2/plugins/zerogs/opengl
ramapcsx2 98d22f8b2e Merge pull request #215 from xsacha/memcpy
Remove some slow, redundant memcpy implementations: memcpy_const/memcpy_...
2014-09-12 19:57:57 +02:00
..
2014-08-13 13:55:32 +10:00

ZeroGS OpenGL

-------------

author: zerofrog (@gmail.com)



ZeroGS heavily uses GPU shaders. All the shaders are written in nVidia's Cg language and can be found in ps2hw.fx.



'Dev' versions of ZeroGS directly read ps2hw.fx

'Release' versions of ZeroGS read a precompiled version of ps2hw.fx from ps2hw.dat. In order to build ps2hw.dat, compile ZeroGSShaders and execute:



./ZeroGSShaders ps2hw.fx ps2hw.dat



For Windows users, once ZeroGSShaders is built, run buildshaders.bat directly. It will update all necessary resource files.

Note that ZeroGSShaders has only been tested in Windows so far, but the Windows ps2hw.dat can be used in linux builds.