From c6191a4474b4cab60cc9886860c8b6de7c4e146b Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 13 Aug 2010 01:32:56 +0000 Subject: dfxvideo: Readded windows support. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56047 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- win32/plugins/dfxvideo/winsrc/DFXVideo.def | 57 ++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create 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 new file mode 100644 index 00000000..f5f19c24 --- /dev/null +++ b/win32/plugins/dfxvideo/winsrc/DFXVideo.def @@ -0,0 +1,57 @@ +; gpuPeopsSoft.def : Declares the module parameters for the DLL. + +LIBRARY "DFXVideo" +DESCRIPTION 'DFXVideo GPU' +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 @41 + + ZN_GPUdisplayFlags @42 + ZN_GPUmakeSnapshot @43 + ZN_GPUinit @44 + ZN_GPUopen @45 + ZN_GPUclose @46 + ZN_GPUshutdown @47 + ZN_GPUupdateLace @48 + ZN_GPUreadStatus @49 + ZN_GPUwriteStatus @50 + ZN_GPUdmaSliceOut @51 + ZN_GPUreadData @52 + ZN_GPUsetMode @53 + ZN_GPUgetMode @54 + ZN_GPUdmaSliceIn @55 + ZN_GPUwriteData @56 + ZN_GPUdmaChain @57 + ZN_GPUtest @58 + ZN_GPUfreeze @59 + ZN_GPUgetScreenPic @61 + ZN_GPUshowScreenPic @62 + + ;GPUdebugSetPC @62 -- cgit v1.2.3