From c4f5208806fe4136b19cce9f63f03820fc49d0cf Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Wed, 18 Aug 2010 01:34:01 +0000 Subject: peopsxgl: Readded windows support. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56180 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- win32/plugins/peopsxgl/gpuPeopsOpenGL.def | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 win32/plugins/peopsxgl/gpuPeopsOpenGL.def (limited to 'win32/plugins/peopsxgl/gpuPeopsOpenGL.def') diff --git a/win32/plugins/peopsxgl/gpuPeopsOpenGL.def b/win32/plugins/peopsxgl/gpuPeopsOpenGL.def new file mode 100644 index 00000000..0434de60 --- /dev/null +++ b/win32/plugins/peopsxgl/gpuPeopsOpenGL.def @@ -0,0 +1,36 @@ +; gpuPeopsOpenGL.def : Declares the module parameters for the DLL. + +LIBRARY "gpuPeopsOpenGL" +DESCRIPTION 'gpuPeopsOpenGL OpenGL Windows Dynamic Link Library' +EXPORTS + ; Explicit exports can go here + PSEgetLibType @2 + PSEgetLibName @3 + PSEgetLibVersion @4 + GPUinit @5 + GPUshutdown @6 + GPUopen @7 + GPUclose @8 + GPUconfigure @9 + GPUabout @10 + GPUtest @11 + GPUwriteData @12 + GPUwriteStatus @13 + GPUreadData @14 + GPUreadStatus @15 + GPUdmaChain @16 + GPUupdateLace @17 + GPUmakeSnapshot @18 + GPUwriteDataMem @19 + GPUreadDataMem @20 + GPUdisplayFlags @21 + GPUfreeze @22 + GPUgetScreenPic @23 + GPUshowScreenPic @24 + + GPUcursor @25 + + GPUsetfix @26 + GPUsetframelimit @27 + GPUvisualVibration @28 + -- cgit v1.2.3