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/dfxvideo/winsrc/DFXVideo.def | 56 ------------------------------ 1 file changed, 56 deletions(-) delete mode 100644 win32/plugins/dfxvideo/winsrc/DFXVideo.def (limited to 'win32/plugins/dfxvideo/winsrc/DFXVideo.def') diff --git a/win32/plugins/dfxvideo/winsrc/DFXVideo.def b/win32/plugins/dfxvideo/winsrc/DFXVideo.def deleted file mode 100644 index dc7d8c9b..00000000 --- a/win32/plugins/dfxvideo/winsrc/DFXVideo.def +++ /dev/null @@ -1,56 +0,0 @@ -; gpuPeopsSoft.def : Declares the module parameters for the DLL. - -LIBRARY "DFXVideo" - -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 - GPUgetMode @17 - GPUsetMode @18 - GPUupdateLace @19 - GPUmakeSnapshot @20 - GPUwriteDataMem @21 - GPUreadDataMem @22 - GPUdisplayText @23 - GPUdisplayFlags @24 - GPUfreeze @25 - GPUshowScreenPic @26 - GPUgetScreenPic @27 - - GPUcursor @28 - GPUsetfix @29 - - ZN_GPUdisplayFlags @30 - ZN_GPUmakeSnapshot @31 - ZN_GPUinit @32 - ZN_GPUopen @33 - ZN_GPUclose @34 - ZN_GPUshutdown @35 - ZN_GPUupdateLace @36 - ZN_GPUreadStatus @37 - ZN_GPUwriteStatus @38 - ZN_GPUdmaSliceOut @39 - ZN_GPUreadData @40 - ZN_GPUsetMode @41 - ZN_GPUgetMode @42 - ZN_GPUdmaSliceIn @43 - ZN_GPUwriteData @44 - ZN_GPUdmaChain @45 - ZN_GPUtest @46 - ZN_GPUfreeze @47 - ZN_GPUgetScreenPic @48 - ZN_GPUshowScreenPic @49 -- cgit v1.2.3