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 05:19:59 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-08-13 05:19:59 +0000
commitcc244a8991b6c59b3e2e3a3d8b9837afc7d81379 (patch)
tree2711e37886216bbed69b00aca2994a33cce3f7e6 /win32/plugins/dfxvideo/winsrc/DFXVideo.def
parent6109ada28a74f0f9a94a84b0fa1e413955c9274d (diff)
downloadpcsxr-cc244a8991b6c59b3e2e3a3d8b9837afc7d81379.tar.gz
dfxvideo (win32): fake gpu busy option was missing; readded
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56053 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/plugins/dfxvideo/winsrc/DFXVideo.def')
-rw-r--r--win32/plugins/dfxvideo/winsrc/DFXVideo.def45
1 files changed, 22 insertions, 23 deletions
diff --git a/win32/plugins/dfxvideo/winsrc/DFXVideo.def b/win32/plugins/dfxvideo/winsrc/DFXVideo.def
index 83a8805e..dc7d8c9b 100644
--- a/win32/plugins/dfxvideo/winsrc/DFXVideo.def
+++ b/win32/plugins/dfxvideo/winsrc/DFXVideo.def
@@ -31,27 +31,26 @@ EXPORTS
GPUshowScreenPic @26
GPUgetScreenPic @27
- GPUcursor @41
+ GPUcursor @28
+ GPUsetfix @29
- 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
+ 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