From cc244a8991b6c59b3e2e3a3d8b9837afc7d81379 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 13 Aug 2010 05:19:59 +0000 Subject: 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 --- win32/plugins/dfxvideo/winsrc/DFXVideo.def | 45 +++++++++++++++--------------- 1 file changed, 22 insertions(+), 23 deletions(-) (limited to 'win32/plugins/dfxvideo/winsrc/DFXVideo.def') 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 -- cgit v1.2.3