diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-13 05:19:59 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-13 05:19:59 +0000 |
| commit | cc244a8991b6c59b3e2e3a3d8b9837afc7d81379 (patch) | |
| tree | 2711e37886216bbed69b00aca2994a33cce3f7e6 /win32/plugins | |
| parent | 6109ada28a74f0f9a94a84b0fa1e413955c9274d (diff) | |
| download | pcsxr-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')
| -rw-r--r-- | win32/plugins/dfxvideo/winsrc/DFXVideo.def | 45 | ||||
| -rw-r--r-- | win32/plugins/dfxvideo/winsrc/DFXVideo.rc | 11 |
2 files changed, 30 insertions, 26 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
diff --git a/win32/plugins/dfxvideo/winsrc/DFXVideo.rc b/win32/plugins/dfxvideo/winsrc/DFXVideo.rc index 79551832..37643c7c 100644 --- a/win32/plugins/dfxvideo/winsrc/DFXVideo.rc +++ b/win32/plugins/dfxvideo/winsrc/DFXVideo.rc @@ -257,7 +257,7 @@ BEGIN IDC_STATIC,82,150,167,10
END
-IDD_FIXES DIALOG DISCARDABLE 0, 0, 285, 207
+IDD_FIXES DIALOG DISCARDABLE 0, 0, 285, 218
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "Special game fixes..."
FONT 8, "MS Sans Serif"
@@ -282,8 +282,8 @@ BEGIN BS_AUTOCHECKBOX | WS_TABSTOP,34,150,97,10
CONTROL "Draw tex-quads as triangles",IDC_FIX10,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,34,165,100,10
- DEFPUSHBUTTON "OK",IDOK,66,187,50,14
- PUSHBUTTON "Cancel",IDCANCEL,169,187,50,14
+ DEFPUSHBUTTON "OK",IDOK,66,199,50,14
+ PUSHBUTTON "Cancel",IDCANCEL,169,199,50,14
LTEXT "Activate the following options only if you want to play one of the listed games (or if your game is showing similar glitches)!",
IDC_STATIC,8,4,245,22
LTEXT "Needed with epsxe 1.5.2 and older",IDC_STATIC,145,30,
@@ -316,6 +316,11 @@ BEGIN LTEXT "Slightly distorted textures can happen",IDC_STATIC,145,
165,139,9,SS_CENTERIMAGE
RTEXT "0x0200:",IDC_STATIC,1,165,28,9,SS_CENTERIMAGE
+ CONTROL "Fake 'gpu busy' states",IDC_FIX11,"Button",
+ BS_AUTOCHECKBOX | WS_TABSTOP,34,180,100,10
+ LTEXT "Toggles busy flags after drawing",IDC_STATIC,145,180,
+ 139,9,SS_CENTERIMAGE
+ RTEXT "0x0400:",IDC_STATIC,1,180,28,9,SS_CENTERIMAGE
END
IDD_KEYS DIALOG DISCARDABLE 0, 0, 186, 220
|
