summaryrefslogtreecommitdiff
path: root/win32/plugins/dfxvideo/winsrc/DFXVideo.def
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-13 01:32:56 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-13 01:32:56 +0000
commitc6191a4474b4cab60cc9886860c8b6de7c4e146b (patch)
tree7b450e4d69ec922805cf2448af9cc53286f17d73 /win32/plugins/dfxvideo/winsrc/DFXVideo.def
parent7d0cd28dd85965b4f94c8eeb5aa2c70297122485 (diff)
downloadpcsxr-c6191a4474b4cab60cc9886860c8b6de7c4e146b.tar.gz
dfxvideo: Readded windows support.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56047 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/plugins/dfxvideo/winsrc/DFXVideo.def')
-rw-r--r--win32/plugins/dfxvideo/winsrc/DFXVideo.def57
1 files changed, 57 insertions, 0 deletions
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